Home | History | Annotate | Download | only in profman

Lines Matching refs:reference_profile_file

34         const ScopedFlock& reference_profile_file,
40 if (!info.Load(reference_profile_file->Fd(), /*merge_classes*/ true, filter_fn)) {
76 if (!reference_profile_file->ClearContent()) {
80 if (!info.Save(reference_profile_file->Fd())) {
137 // The reference_profile_file is opened in read/write mode because it's
139 ScopedFlock reference_profile_file = LockedFile::DupOf(reference_profile_file_fd,
143 if (reference_profile_file.get() == nullptr) {
149 reference_profile_file,
155 const std::string& reference_profile_file,
166 reference_profile_file.c_str(), O_RDWR, /* block */ true, &error);