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

/frameworks/compile/libbcc/include/bcc/Support/
H A DFileMutex.h30 : FileBase(pFileToLock + ".lock", O_RDONLY | O_CREAT, kDeleteOnClose) { }
H A DFileBase.h44 kDeleteOnClose = 1 << 3 enumerator in enum:bcc::FileBase::FlagEnum
/frameworks/compile/libbcc/lib/Support/
H A DFileBase.cpp55 if (pFlags & kDeleteOnClose) {
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp241 flags |= FileBase::kDeleteOnClose;

Completed in 93 milliseconds