Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc317 create_profile_from_file_ = std::string(option.substr(strlen("--create-profile-from="))); in ParseArgs()
1261 create_profile_from_file_.c_str(), nullptr)); // No post-processing. in CreateBootProfile()
1316 create_profile_from_file_.c_str(), nullptr)); // No post-processing. in CreateProfile()
1372 return !create_profile_from_file_.empty(); in ShouldCreateProfile()
1513 std::string create_profile_from_file_; member in art::ProfMan