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
42 if (!info.Load(reference_profile_file->Fd(), /*merge_classes=*/ true, filter_fn)) { in ProcessProfilesInternal()
108 if (!reference_profile_file->ClearContent()) { in ProcessProfilesInternal()
112 if (!info.Save(reference_profile_file->Fd())) { in ProcessProfilesInternal()
172 ScopedFlock reference_profile_file = LockedFile::DupOf(reference_profile_file_fd, in ProcessProfiles() local
176 if (reference_profile_file.get() == nullptr) { in ProcessProfiles()
182 reference_profile_file, in ProcessProfiles()
189 const std::string& reference_profile_file, in ProcessProfiles() argument
201 reference_profile_file.c_str(), O_RDWR, /* block= */ true, &error); in ProcessProfiles()
Dprofile_assistant.h84 const std::string& reference_profile_file,
99 const ScopedFlock& reference_profile_file,