Searched refs:image_file_name (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/core/fs_mgr/libfs_avb/tests/ |
H A D | fs_avb_test.cpp | 51 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 D | avb_util_test.cpp | 70 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 D | dex2oat_test.cc | 673 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 D | heap.h | 202 const std::string& image_file_name,
|
H A D | heap.cc | 259 const std::string& image_file_name, in Heap() argument 459 image_file_name, in Heap()
|