Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/Support/
DFileBase.h41 kTruncate = 1 << 1, enumerator
/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp170 FileBase::kTruncate | FileBase::kBinary); in compileScript()
201 ir_file = new OutputFile(path.c_str(), FileBase::kTruncate); in compileScript()
/frameworks/compile/libbcc/lib/Support/
DFileBase.cpp59 if (pFlags & kTruncate) { in FileBase()