Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libfs_avb/tests/
H A Dfs_avb_test.cpp51 std::string image_file_name = vbmeta_image_path.RemoveExtension().BaseName().value(); in ModifyVBMetaHeaderFlags() local
52 ASSERT_TRUE(base::StartsWith(image_file_name, "vbmeta", base::CompareCase::INSENSITIVE_ASCII)); in ModifyVBMetaHeaderFlags()
H A Davb_util_test.cpp70 std::string image_file_name = image_path.RemoveExtension().BaseName().value(); in SetVBMetaFlags() local
72 base::StartsWith(image_file_name, "vbmeta", base::CompareCase::INSENSITIVE_ASCII); in SetVBMetaFlags()
602 std::string image_file_name = avb_image_path.RemoveExtension().BaseName().value(); in CompareVBMeta() local
605 if (base::StartsWith(image_file_name, "vbmeta", base::CompareCase::INSENSITIVE_ASCII)) { in CompareVBMeta()
608 extracted_vbmeta_path = ExtractVBMetaImage(avb_image_path, image_file_name + "-vbmeta.img"); in CompareVBMeta()
/aosp12/art/dex2oat/
H A Ddex2oat_test.cc673 uint64_t GetImageObjectSectionSize(const std::string& image_file_name) { in GetImageObjectSectionSize() argument
674 EXPECT_FALSE(image_file_name.empty()); in GetImageObjectSectionSize()
675 std::unique_ptr<File> file(OS::OpenFileForReading(image_file_name.c_str())); in GetImageObjectSectionSize()
/aosp12/art/runtime/gc/
H A Dheap.h202 const std::string& image_file_name,
H A Dheap.cc259 const std::string& image_file_name, in Heap() argument
459 image_file_name, in Heap()