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

  /art/cmdline/
cmdline.h 51 std::string system_filename(GetSystemImageFilename(location.c_str(), isa));
52 if (OS::FileExists(system_filename.c_str())) {
77 *filename = system_filename;
83 *filename = system_filename;
  /art/runtime/gc/space/
image_space.cc 163 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.c_str(), error_msg)
1518 std::string system_filename; local
    [all...]
  /art/runtime/
runtime.cc 972 std::string system_filename; local
    [all...]

Completed in 500 milliseconds