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

/frameworks/compile/libbcc/include/bcc/Support/
H A DFileMutex.h29 FileMutex(const std::string &pFileToLock) argument
30 : FileBase(pFileToLock + ".lock", O_RDONLY | O_CREAT, kDeleteOnClose) { }

Completed in 103 milliseconds