Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1083 AssignIfExists(args, M::DmFile, &dm_file_location_); in ParseArgs()
1358 if (dm_fd_ != -1 || !dm_file_location_.empty()) { in OpenFile()
1363 dm_file_.reset(ZipArchive::Open(dm_file_location_.c_str(), &error_msg)); in OpenFile()
1374 input_vdex_file_ = VdexFile::OpenFromDm(dm_file_location_, *dm_file_); in OpenFile()
2929 std::string dm_file_location_; member in art::Dex2Oat