Lines Matching refs:profile_file
191 ScopedFlock profile_file = LockedFile::Open(filename.c_str(), flags, in MergeWith() local
194 if (profile_file.get() == nullptr) { in MergeWith()
199 int fd = profile_file->Fd(); in MergeWith()
222 ScopedFlock profile_file = LockedFile::Open(filename.c_str(), flags, in Load() local
225 if (profile_file.get() == nullptr) { in Load()
230 int fd = profile_file->Fd(); in Load()
241 if (profile_file->ClearContent()) { in Load()
260 ScopedFlock profile_file = LockedFile::Open(filename.c_str(), flags, in Save() local
262 if (profile_file.get() == nullptr) { in Save()
267 int fd = profile_file->Fd(); in Save()
270 if (!profile_file->ClearContent()) { in Save()