Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant.cc34 const ScopedFlock& reference_profile_file) { in ProcessProfilesInternal() argument
39 if (!info.Load(reference_profile_file->Fd())) { in ProcessProfilesInternal()
75 if (!reference_profile_file->ClearContent()) { in ProcessProfilesInternal()
79 if (!info.Save(reference_profile_file->Fd())) { in ProcessProfilesInternal()
137 ScopedFlock reference_profile_file = LockedFile::DupOf(reference_profile_file_fd, in ProcessProfiles() local
141 if (reference_profile_file.get() == nullptr) { in ProcessProfiles()
146 return ProcessProfilesInternal(profile_files.Get(), reference_profile_file); in ProcessProfiles()
151 const std::string& reference_profile_file) { in ProcessProfiles() argument
161 reference_profile_file.c_str(), O_RDWR, /* block */ true, &error); in ProcessProfiles()
Dprofile_assistant.h56 const std::string& reference_profile_file);
65 const ScopedFlock& reference_profile_file);