Lines Matching refs:profile_file
215 ScopedFlock profile_file = in MergeWith() local
218 if (profile_file.get() == nullptr) { in MergeWith()
223 int fd = profile_file->Fd(); in MergeWith()
250 ScopedFlock profile_file = in Load() local
253 if (profile_file.get() == nullptr) { in Load()
258 int fd = profile_file->Fd(); in Load()
269 if (profile_file->ClearContent()) { in Load()
292 ScopedFlock profile_file = in Save() local
294 if (profile_file.get() == nullptr) { in Save()
299 int fd = profile_file->Fd(); in Save()
302 if (!profile_file->ClearContent()) { in Save()