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

  /art/runtime/base/
file_utils.h 66 std::string GetVdexFilename(const std::string& oat_filename);
  /art/dex2oat/linker/
image_test.h 190 std::string oat_filename = ReplaceFileExtension(image_filename, "oat"); local
191 oat_files.push_back(ScratchFile(OS::CreateEmptyFile(oat_filename.c_str())));
192 oat_filenames.push_back(oat_filename);
358 const char* oat_filename = oat_filenames[i].c_str(); local
359 std::unique_ptr<File> oat_file(OS::OpenFileReadWrite(oat_filename));
365 << oat_filename;
  /art/runtime/
oat_file.cc 117 const std::string& oat_filename,
    [all...]
oat_file_assistant.h 311 // Returns true on success, in which case oat_filename is set to the oat
314 // oat_filename is not changed.
315 // Neither oat_filename nor error_msg may be null.
318 std::string* oat_filename,
oat_file_assistant.cc 864 std::string* oat_filename,
866 CHECK(oat_filename != nullptr);
878 return GetDalvikCacheFilename(location.c_str(), cache_dir.c_str(), oat_filename, error_msg);
    [all...]
runtime.cc 995 std::string oat_filename = local
    [all...]
  /art/dex2oat/
dex2oat_test.cc 1362 const std::string oat_filename = dir + "\/base.oat"; local
1476 const std::string oat_filename = dir + "\/base.oat"; local
1721 const std::string oat_filename = out_dir + "\/base.oat"; local
    [all...]
dex2oat.cc 2708 const char* oat_filename = oat_filenames_[i]; variable
    [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/runtime/gc/space/
image_space.cc 1417 std::string oat_filename = ImageHeader::GetOatLocationFromImageLocation(image_path); local
    [all...]
  /art/runtime/native/
dalvik_system_DexFile.cc 780 std::string oat_filename = best_oat_file->GetLocation(); local
787 ScopedLocalRef<jstring> joatFilename(env, env->NewStringUTF(oat_filename.c_str()));
    [all...]

Completed in 450 milliseconds