Searched defs:system_filename (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.cc163 std::string* system_filename,
177 *system_filename = system_image_filename;
211 std::string* system_filename,
221 system_filename,
322 std::string system_filename; local
328 if (FindImageFilename(image_location, image_isa, &system_filename, &has_system,
334 if (!ReadSpecificImageHeader(system_filename.c_str(), sys_hdr.get())) {
336 image_location, system_filename.c_str());
362 std::unique_ptr<ImageHeader> system(ReadSpecificImageHeader(system_filename.c_str(),
373 return ReadSpecificImageHeader(system_filename
160 FindImageFilenameImpl(const char* image_location, const InstructionSet image_isa, bool* has_system, std::string* system_filename, bool* dalvik_cache_exists, std::string* dalvik_cache, bool* is_global_cache, bool* has_cache, std::string* cache_filename) argument
209 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
1518 std::string system_filename; local
[all...]
/art/runtime/
H A Druntime.cc972 std::string system_filename; local
980 &system_filename,
994 ImageHeader::GetVdexLocationFromImageLocation(system_filename.c_str());
996 ImageHeader::GetOatLocationFromImageLocation(system_filename.c_str());

Completed in 75 milliseconds