Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc983 (dm_fd_ != -1 || !dm_file_location_.empty())) { in ProcessOptions()
1326 AssignIfExists(args, M::DmFile, &dm_file_location_); in ParseArgs()
1589 if (dm_fd_ != -1 || !dm_file_location_.empty()) { in OpenFile()
1594 dm_file_.reset(ZipArchive::Open(dm_file_location_.c_str(), &error_msg)); in OpenFile()
3031 std::string dm_file_location_; member in art::Dex2Oat