HomeSort by relevance Sort by last modified time
    Searched refs:kTruncate (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/libbcc/include/bcc/Support/
FileBase.h 41 kTruncate = 1 << 1,
  /frameworks/compile/libbcc/lib/Support/
FileBase.cpp 59 if (pFlags & kTruncate) {
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 170 FileBase::kTruncate | FileBase::kBinary);
201 ir_file = new OutputFile(path.c_str(), FileBase::kTruncate);

Completed in 2075 milliseconds