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

  /external/chromium_org/printing/
printed_document.cc 221 base::FilePath::StringType system_filename; local
223 system_filename = filename;
225 system_filename = base::UTF16ToUTF8(filename);
227 base::i18n::ReplaceIllegalCharactersInPath(&system_filename, '_');
228 return g_debug_dump_info.Get().Append(system_filename).AddExtension(
  /art/runtime/gc/space/
image_space.cc 200 std::string* system_filename,
212 *system_filename = system_image_filename;
319 std::string system_filename; local
325 if (FindImageFilename(image_location, image_isa, &system_filename, &has_system,
331 if (!ReadSpecificImageHeader(system_filename.c_str(), sys_hdr.get())) {
333 image_location, system_filename.c_str());
359 std::unique_ptr<ImageHeader> system(ReadSpecificImageHeader(system_filename.c_str(),
370 return ReadSpecificImageHeader(system_filename.c_str(), error_msg);
441 std::string system_filename; local
447 const bool found_image = FindImageFilename(image_location, image_isa, &system_filename,
    [all...]
  /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;
1118 std::string system_filename; local
    [all...]
  /art/runtime/
runtime.cc 590 std::string system_filename; local
598 &system_filename,
611 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(system_filename.c_str());
    [all...]

Completed in 82 milliseconds