Searched refs:CallFctnlFlock (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_posix.cc80 static File::Error CallFctnlFlock(PlatformFile file, bool do_lock) { function in namespace:base::__anon3773
114 static File::Error CallFctnlFlock(PlatformFile file, bool do_lock) { function in namespace:base::__anon3773
425 return CallFctnlFlock(file_, true);
429 return CallFctnlFlock(file_, false);
/external/chromium_org/base/
H A Dplatform_file_posix.cc78 static PlatformFileError CallFctnlFlock(PlatformFile file, bool do_lock) { function in namespace:base::__anon3892
112 static PlatformFileError CallFctnlFlock(PlatformFile file, bool do_lock) { function in namespace:base::__anon3892
426 return CallFctnlFlock(file, true);
430 return CallFctnlFlock(file, false);

Completed in 59 milliseconds