Home
last modified time | relevance | path

Searched refs:z_erofs_list_supported_algorithms (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/erofs-utils/include/erofs/
H A Dcompress.h30 const char *z_erofs_list_supported_algorithms(int i, unsigned int *mask);
/aosp_15_r20/external/erofs-utils/lib/
H A Dcompressor.c56 const char *z_erofs_list_supported_algorithms(int i, unsigned int *mask) in z_erofs_list_supported_algorithms() function
/aosp_15_r20/external/erofs-utils/dump/
H A Dmain.c616 while ((s = z_erofs_list_supported_algorithms(i++, &mask)) != NULL) { in erofsdump_print_supported_compressors()