Home
last modified time | relevance | path

Searched refs:oat_location_ (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/
Ddex2oat.cc1133 AssignIfExists(args, M::OatLocation, &oat_location_); in ParseArgs()
1306 new File(DupCloexec(oat_fd_), oat_location_, /* check_usage */ true)); in OpenFile()
1308 PLOG(ERROR) << "Failed to create oat file: " << oat_location_; in OpenFile()
1312 PLOG(WARNING) << "Truncating oat file " << oat_location_ << " failed."; in OpenFile()
1341 std::string vdex_location = ReplaceFileExtension(oat_location_, "vdex"); in OpenFile()
1359 oat_filenames_.push_back(oat_location_); in OpenFile()
2751 std::string oat_location_; member in art::Dex2Oat
/art/runtime/
Doat_file_assistant_test.cc1188 oat_location_(oat_location), in RaceGenerateTask()
1204 args.push_back("--oat-file=" + oat_location_); in Run()
1229 std::string oat_location_; member in art::RaceGenerateTask