HomeSort by relevance Sort by last modified time
    Searched refs:system_filename (Results 1 - 4 of 4) sorted by null

  /art/cmdline/
cmdline.h 47 std::string system_filename(GetSystemImageFilename(location.c_str(), isa));
48 if (OS::FileExists(system_filename.c_str())) {
73 *filename = system_filename;
  /art/runtime/gc/space/
image_space.cc 142 std::string* system_filename,
154 *system_filename = system_image_filename;
252 std::string system_filename; local
258 if (FindImageFilename(image_location, image_isa, &system_filename, &has_system,
264 if (!ReadSpecificImageHeader(system_filename.c_str(), sys_hdr.get())) {
266 image_location, system_filename.c_str());
292 std::unique_ptr<ImageHeader> system(ReadSpecificImageHeader(system_filename.c_str(),
303 return ReadSpecificImageHeader(system_filename.c_str(), error_msg);
376 std::string system_filename; local
382 bool found_image = FindImageFilename(image_location, image_isa, &system_filename,
    [all...]
  /art/patchoat/
patchoat.cc 59 std::string system_filename(GetSystemImageFilename(location.c_str(), isa));
60 if (OS::FileExists(system_filename.c_str())) {
85 *filename = system_filename;
1054 std::string system_filename; local
    [all...]
  /art/runtime/
runtime.cc 793 std::string system_filename; local
801 &system_filename,
815 ImageHeader::GetOatLocationFromImageLocation(system_filename.c_str());
    [all...]

Completed in 187 milliseconds