Home | History | Annotate | Download | only in driver

Lines Matching refs:profile_file

335                                std::string profile_file)
387 if (!profile_file.empty()) {
388 profile_present_ = profile_file_.LoadFile(profile_file);
390 LOG(INFO) << "Using profile data form file " << profile_file;
392 LOG(INFO) << "Failed to load profile file " << profile_file;