Home
last modified time | relevance | path

Searched defs:LockedFile (Results 1 – 2 of 2) sorted by relevance

/external/llvm/unittests/Support/
DLockFileManagerTest.cpp26 SmallString<64> LockedFile(TmpDir); in TEST() local
53 SmallString<64> LockedFile(TmpDir); in TEST() local
101 SmallString<64> LockedFile("inner"); in TEST() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dlocked_file.py326 class LockedFile(object): class