Home
last modified time | relevance | path

Searched refs:IsSquashfsImage (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/payload_generator/
Dsquashfs_filesystem_unittest.cc312 EXPECT_TRUE(SquashfsFilesystem::IsSquashfsImage(super_block)); in TEST_F()
317 EXPECT_FALSE(SquashfsFilesystem::IsSquashfsImage(bad_super_block)); in TEST_F()
322 EXPECT_FALSE(SquashfsFilesystem::IsSquashfsImage(bad_super_block)); in TEST_F()
327 EXPECT_FALSE(SquashfsFilesystem::IsSquashfsImage(bad_super_block)); in TEST_F()
Dsquashfs_filesystem.h98 static bool IsSquashfsImage(const brillo::Blob& blob);
Ddeflate_utils.cc60 bool IsSquashfsImage(const string& part_path, in IsSquashfsImage() function
72 return SquashfsFilesystem::IsSquashfsImage(super_block); in IsSquashfsImage()
279 if (is_regular_file && IsSquashfsImage(part.path, file)) { in PreprocessPartitionFiles()
Dsquashfs_filesystem.cc386 bool SquashfsFilesystem::IsSquashfsImage(const brillo::Blob& blob) { in IsSquashfsImage() function in chromeos_update_engine::SquashfsFilesystem