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

/art/profman/
H A Dprofile_assistant.cc31 const ScopedFlock& reference_profile_file) {
36 if (!info.Load(reference_profile_file.GetFile()->Fd())) {
60 if (!reference_profile_file.GetFile()->ClearContent()) {
64 if (!info.Save(reference_profile_file.GetFile()->Fd())) {
139 const std::string& reference_profile_file) {
147 if (!InitFlock(reference_profile_file, reference_profile_file_flock, &error)) {
29 ProcessProfilesInternal( const std::vector<ScopedFlock>& profile_files, const ScopedFlock& reference_profile_file) argument
137 ProcessProfiles( const std::vector<std::string>& profile_files, const std::string& reference_profile_file) argument

Completed in 52 milliseconds