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

/art/runtime/gc/space/
H A Dimage_space.cc236 std::string* system_filename,
248 *system_filename = system_image_filename;
355 std::string system_filename; local
361 if (FindImageFilename(image_location, image_isa, &system_filename, &has_system,
367 if (!ReadSpecificImageHeader(system_filename.c_str(), sys_hdr.get())) {
369 image_location, system_filename.c_str());
395 std::unique_ptr<ImageHeader> system(ReadSpecificImageHeader(system_filename.c_str(),
406 return ReadSpecificImageHeader(system_filename.c_str(), error_msg);
477 std::string system_filename; local
483 const bool found_image = FindImageFilename(image_location, image_isa, &system_filename,
234 FindImageFilename(const char* image_location, const InstructionSet image_isa, std::string* system_filename, bool* has_system, std::string* cache_filename, bool* dalvik_cache_exists, bool* has_cache, bool* is_global_cache) argument
[all...]
/art/cmdline/
H A Dcmdline.h47 std::string system_filename(GetSystemImageFilename(location.c_str(), isa));
48 if (OS::FileExists(system_filename.c_str())) {
73 *filename = system_filename;
/art/patchoat/
H A Dpatchoat.cc59 std::string system_filename(GetSystemImageFilename(location.c_str(), isa));
60 if (OS::FileExists(system_filename.c_str())) {
85 *filename = system_filename;
1141 std::string system_filename; local
1148 &system_filename, &has_system, &cache_filename,
1158 patched_image_filename = system_filename;
/art/runtime/
H A Druntime.cc701 std::string system_filename; local
709 &system_filename,
722 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(system_filename.c_str());

Completed in 481 milliseconds