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

  /external/chromium_org/third_party/libjingle/source/talk/base/
filelock_unittest.cc 40 const static std::string kLockFile = "TestLockFile";
60 temp_file_ = Pathname(temp_dir_.pathname(), kLockFile);
  /external/chromium_org/third_party/webrtc/base/
filelock_unittest.cc 23 const static std::string kLockFile = "TestLockFile";
43 temp_file_ = Pathname(temp_dir_.pathname(), kLockFile);
  /external/chromium_org/third_party/leveldatabase/
env_chromium.cc 146 case kLockFile:
571 Retrier retrier(kLockFile, this);
593 result = MakeIOError(fname, FileErrorString(error_code), kLockFile,
595 RecordOSError(kLockFile, error_code);
600 result = MakeIOError(fname, "Lock file already locked.", kLockFile);
604 Retrier lock_retrier = Retrier(kLockFile, this);
612 result = MakeIOError(fname, FileErrorString(error_code), kLockFile,
614 RecordOSError(kLockFile, error_code);
env_chromium.h 36 kLockFile,

Completed in 46 milliseconds