Home
last modified time | relevance | path

Searched refs:CompressionAlgorithmFromString (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dcow_format.h352 std::optional<CowCompressionAlgorithm> CompressionAlgorithmFromString(std::string_view name);
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_compress.cpp43 std::optional<CowCompressionAlgorithm> CompressionAlgorithmFromString(std::string_view name) { in CompressionAlgorithmFromString() function
H A Dwriter_v2.cpp131 auto algorithm = CompressionAlgorithmFromString(parts[0]); in ParseOptions()
H A Dwriter_v3.cpp131 auto algorithm = CompressionAlgorithmFromString(parts[0]); in ParseOptions()
H A Dtest_v2.cpp468 auto algorithm = CompressionAlgorithmFromString(GetParam()); in TEST_P()