Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp271 FileBase::kTruncate | FileBase::kBinary); in compileScript()
302 ir_file = new OutputFile(path.string(), FileBase::kTruncate); in compileScript()
324 OutputFile info_file(info_path.string(), FileBase::kTruncate); in compileScript()
DRSExecutable.cpp133 OutputFile info_file(info_path.string(), FileBase::kTruncate); in syncInfo()
/frameworks/compile/libbcc/include/bcc/Support/
DFileBase.h41 kTruncate = 1 << 1, enumerator
/frameworks/compile/libbcc/lib/Support/
DFileBase.cpp59 if (pFlags & kTruncate) { in FileBase()