Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_posix.cc51 File::Error CallFcntlFlock(PlatformFile file, bool do_lock) { in CallFcntlFlock() function
77 File::Error CallFcntlFlock(PlatformFile file, bool do_lock) { in CallFcntlFlock() function
276 return CallFcntlFlock(file_.get(), true); in Lock()
280 return CallFcntlFlock(file_.get(), false); in Unlock()