Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DFileMutex.h30 explicit FileMutex(const std::string &pFileToLock) in FileMutex() argument
31 : FileBase(pFileToLock + ".lock", O_RDONLY | O_CREAT, kDeleteOnClose) { } in FileMutex()