Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dfs.h11 FS_OPT_COMPRESS, enumerator
H A Dfs.cpp205 if (fsOptions & (1 << FS_OPT_COMPRESS)) { in generate_f2fs_image()
H A Dfastboot.cpp2658 fsOptions |= (1 << FS_OPT_COMPRESS); in ParseFsOption()