Searched defs:profile_file_ (Results 1 - 1 of 1) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc869 const bool have_profile_file = !profile_file_.empty();
1220 AssignIfExists(args, M::Profile, &profile_file_);
2312 return profile_file_fd_ != -1 || !profile_file_.empty();
2353 } else if (profile_file_ != "") {
2354 profile_file = LockedFile::Open(profile_file_.c_str(), O_RDONLY, true, &error);
2948 std::string profile_file_; member in class:art::FINAL

Completed in 62 milliseconds