Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_posix.cc75 File::Error CallFcntlFlock(PlatformFile file, bool do_lock) { in CallFcntlFlock() function
106 File::Error CallFcntlFlock(PlatformFile file, bool do_lock) { in CallFcntlFlock() function
381 return CallFcntlFlock(file_.get(), true); in Lock()
386 return CallFcntlFlock(file_.get(), false); in Unlock()