Searched refs:vdex_location (Results 1 - 3 of 3) sorted by relevance

/art/dex2oat/
H A Ddex2oat_test.cc711 std::string vdex_location = GetOdexDir() + "/DexOdexNoOat.vdex"; local
715 std::unique_ptr<File> vdex_file1(OS::CreateEmptyFile(vdex_location.c_str()));
716 CHECK(vdex_file1 != nullptr) << vdex_location;
H A Ddex2oat.cc1357 std::string vdex_location = ReplaceFileExtension(oat_location_, "vdex"); local
1358 std::unique_ptr<File> vdex_file(new File(output_vdex_fd_, vdex_location, /* check_usage */ true));
1360 PLOG(ERROR) << "Failed to create vdex file: " << vdex_location;
1368 PLOG(ERROR) << "Truncating vdex file " << vdex_location << " failed.";
/art/runtime/
H A Doat_file_assistant_test.cc296 std::string vdex_location = GetOdexDir() + "/EmptyVdexOdex.vdex"; local
299 ScratchFile vdex_file(vdex_location.c_str());

Completed in 180 milliseconds