OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLockFile
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/base/
filelock_unittest.cc
24
const static std::string
kLockFile
= "TestLockFile";
44
temp_file_ = Pathname(temp_dir_.pathname(),
kLockFile
);
/external/chromium_org/third_party/leveldatabase/
env_chromium.cc
153
case
kLockFile
:
575
Retrier retrier(
kLockFile
, this);
597
result = MakeIOError(fname, FileErrorString(error_code),
kLockFile
,
599
RecordOSError(
kLockFile
, error_code);
604
result = MakeIOError(fname, "Lock file already locked.",
kLockFile
);
608
Retrier lock_retrier = Retrier(
kLockFile
, this);
616
result = MakeIOError(fname, FileErrorString(error_code),
kLockFile
,
618
RecordOSError(
kLockFile
, error_code);
env_chromium.h
39
kLockFile
,
Completed in 1821 milliseconds