Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc142 std::string* system_filename, in FindImageFilename() argument
154 *system_filename = system_image_filename; in FindImageFilename()
252 std::string system_filename; in ReadImageHeader() local
258 if (FindImageFilename(image_location, image_isa, &system_filename, &has_system, in ReadImageHeader()
264 if (!ReadSpecificImageHeader(system_filename.c_str(), sys_hdr.get())) { in ReadImageHeader()
266 image_location, system_filename.c_str()); in ReadImageHeader()
292 std::unique_ptr<ImageHeader> system(ReadSpecificImageHeader(system_filename.c_str(), in ReadImageHeader()
303 return ReadSpecificImageHeader(system_filename.c_str(), error_msg); in ReadImageHeader()
376 std::string system_filename; in CreateBootImage() local
382 bool found_image = FindImageFilename(image_location, image_isa, &system_filename, in CreateBootImage()
[all …]
/art/cmdline/
Dcmdline.h47 std::string system_filename(GetSystemImageFilename(location.c_str(), isa)); in LocationToFilename()
48 if (OS::FileExists(system_filename.c_str())) { in LocationToFilename()
73 *filename = system_filename; in LocationToFilename()
/art/patchoat/
Dpatchoat.cc59 std::string system_filename(GetSystemImageFilename(location.c_str(), isa)); in LocationToFilename() local
60 if (OS::FileExists(system_filename.c_str())) { in LocationToFilename()
85 *filename = system_filename; in LocationToFilename()
1067 std::string system_filename; in patchoat_oat() local
1074 &system_filename, &has_system, &cache_filename, in patchoat_oat()
1085 patched_image_filename = system_filename; in patchoat_oat()
/art/runtime/
Druntime.cc821 std::string system_filename; in OpenDexFilesFromImage() local
829 &system_filename, in OpenDexFilesFromImage()
843 ImageHeader::GetOatLocationFromImageLocation(system_filename.c_str()); in OpenDexFilesFromImage()