HomeSort by relevance Sort by last modified time
    Searched refs:LockPlatformFile (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/
platform_file.h 33 // on creation on POSIX; for existing files, consider using LockPlatformFile().
244 BASE_EXPORT PlatformFileError LockPlatformFile(PlatformFile file);
246 // Unlock a file previously locked with LockPlatformFile.
platform_file_win.cc 275 PlatformFileError LockPlatformFile(PlatformFile file) {
platform_file_posix.cc 425 PlatformFileError LockPlatformFile(PlatformFile file) {
  /external/chromium_org/third_party/leveldatabase/
env_chromium.cc 946 error_code = ::base::LockPlatformFile(file);
    [all...]

Completed in 85 milliseconds