HomeSort by relevance Sort by last modified time
    Searched refs:dex_locations_ (Results 1 - 2 of 2) sorted by null

  /art/profman/
profman.cc 245 dex_locations_.push_back(option.substr(strlen("--dex-location=")).ToString());
317 CHECK_EQ(dex_locations_.size(), apks_fd_.size());
320 CHECK_EQ(dex_locations_.size(), apk_files_.size());
323 CHECK(dex_locations_.empty());
327 for (size_t i = 0; i < dex_locations_.size(); ++i) {
332 dex_locations_[i],
337 LOG(WARNING) << "OpenZip failed for '" << dex_locations_[i] << "' " << error_msg;
342 dex_locations_[i],
347 LOG(WARNING) << "Open failed for '" << dex_locations_[i] << "' " << error_msg;
1092 std::vector<std::string> dex_locations_; member in class:art::FINAL
    [all...]
  /art/dex2oat/
dex2oat.cc 2876 std::vector<const char*> dex_locations_; member in class:art::FINAL
    [all...]

Completed in 303 milliseconds