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

  /art/dex2oat/
dex2oat_test.cc 777 std::string vdex_location = GetOdexDir() + "/DexOdexNoOat.vdex"; local
781 std::unique_ptr<File> vdex_file1(OS::CreateEmptyFile(vdex_location.c_str()));
782 CHECK(vdex_file1 != nullptr) << vdex_location;
902 std::string vdex_location = GetOdexDir() + "\/UnquickenMultiDex.vdex"; local
939 std::string vdex_location = GetOdexDir() + "\/UnquickenMultiDex.vdex"; local
1857 const std::string vdex_location = out_dir + "\/base.vdex"; local
1975 std::string vdex_location = GetOdexDir() + "\/quickened.vdex"; local
    [all...]
dex2oat.cc 1399 std::string vdex_location = ReplaceFileExtension(oat_location_, "vdex"); local
    [all...]
  /art/runtime/
oat_file_assistant_test.cc 261 std::string vdex_location = GetScratchDir() + "/OatUpToDate.vdex"; local
272 android::base::unique_fd vdex_fd(open(vdex_location.c_str(), O_RDONLY));
302 std::string vdex_location = GetScratchDir() + "/OatUpToDate.vdex"; local
312 android::base::unique_fd vdex_fd(open(vdex_location.c_str(), O_RDONLY));
421 std::string vdex_location = GetOdexDir() + "/EmptyVdexOdex.vdex"; local
424 ScratchFile vdex_file(vdex_location.c_str());
    [all...]
oat_file.cc 231 const std::string& vdex_location,
255 if (!ret->LoadVdex(vdex_fd, vdex_location, writable, low_4gb, error_msg)) {
1487 std::string vdex_location = GetVdexFilename(oat_location); local
    [all...]

Completed in 289 milliseconds