OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDeleteOnClose
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/include/bcc/Support/
FileMutex.h
30
: FileBase(pFileToLock + ".lock", O_RDONLY | O_CREAT,
kDeleteOnClose
) { }
FileBase.h
43
kDeleteOnClose
= 1 << 3
/frameworks/compile/libbcc/lib/Support/
FileBase.cpp
67
if (pFlags &
kDeleteOnClose
) {
Completed in 91 milliseconds