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

  /art/runtime/gc/space/
image_space.cc 175 std::string* system_filename,
187 *system_filename = system_image_filename;
294 std::string system_filename; local
300 if (FindImageFilename(image_location, image_isa, &system_filename, &has_system,
306 if (!ReadSpecificImageHeader(system_filename.c_str(), sys_hdr.get())) {
308 image_location, system_filename.c_str());
334 std::unique_ptr<ImageHeader> system(ReadSpecificImageHeader(system_filename.c_str(),
345 return ReadSpecificImageHeader(system_filename.c_str(), error_msg);
381 std::string system_filename; local
387 const bool found_image = FindImageFilename(image_location, image_isa, &system_filename,
    [all...]
  /external/chromium_org/printing/
printed_document.cc 239 base::FilePath::StringType system_filename; local
241 system_filename = filename;
243 system_filename = base::UTF16ToUTF8(filename);
245 file_util::ReplaceIllegalCharactersInPath(&system_filename, '_');
246 return g_debug_dump_info.Get().Append(system_filename).AddExtension(
  /art/patchoat/
patchoat.cc 75 std::string system_filename(GetSystemImageFilename(location.c_str(), isa));
76 if (OS::FileExists(system_filename.c_str())) {
101 *filename = system_filename;
969 std::string system_filename; local
    [all...]
  /art/runtime/
runtime.cc 574 std::string system_filename; local
582 &system_filename,
595 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(system_filename.c_str());
    [all...]

Completed in 508 milliseconds