Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc706 (dm_fd_ != -1 || !dm_file_location_.empty())) { in ProcessOptions()
1050 AssignIfExists(args, M::DmFile, &dm_file_location_); in ParseArgs()
1313 if (dm_fd_ != -1 || !dm_file_location_.empty()) { in OpenFile()
1318 dm_file_.reset(ZipArchive::Open(dm_file_location_.c_str(), &error_msg)); in OpenFile()
2918 std::string dm_file_location_; member in art::Dex2Oat