Searched refs:IsSquashfsImage (Results 1 – 4 of 4) sorted by relevance
312 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()
98 static bool IsSquashfsImage(const brillo::Blob& blob);
60 bool IsSquashfsImage(const string& part_path, in IsSquashfsImage() function72 return SquashfsFilesystem::IsSquashfsImage(super_block); in IsSquashfsImage()279 if (is_regular_file && IsSquashfsImage(part.path, file)) { in PreprocessPartitionFiles()
386 bool SquashfsFilesystem::IsSquashfsImage(const brillo::Blob& blob) { in IsSquashfsImage() function in chromeos_update_engine::SquashfsFilesystem