Home
last modified time | relevance | path

Searched defs:image_file_name (Results 1 – 4 of 4) 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
H A Davb_util_test.cpp70 std::string image_file_name = image_path.RemoveExtension().BaseName().value(); in SetVBMetaFlags() local
602 std::string image_file_name = avb_image_path.RemoveExtension().BaseName().value(); in CompareVBMeta() local
/aosp12/art/dex2oat/
H A Ddex2oat_test.cc673 uint64_t GetImageObjectSectionSize(const std::string& image_file_name) { in GetImageObjectSectionSize()
/aosp12/art/runtime/gc/
H A Dheap.cc259 const std::string& image_file_name, in Heap()