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

  /frameworks/compile/libbcc/include/bcc/Support/
FileBase.h 41 kTruncate = 1 << 1,
  /external/chromium_org/net/tools/dump_cache/
url_to_filename_encoder.cc 176 kTruncate,
199 state = kTruncate;
222 case kTruncate:
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 271 FileBase::kTruncate | FileBase::kBinary);
302 ir_file = new OutputFile(path.string(), FileBase::kTruncate);
324 OutputFile info_file(info_path.string(), FileBase::kTruncate);
RSExecutable.cpp 133 OutputFile info_file(info_path.string(), FileBase::kTruncate);
  /frameworks/compile/libbcc/lib/Support/
FileBase.cpp 59 if (pFlags & kTruncate) {
  /external/chromium_org/content/browser/appcache/
appcache_disk_cache.cc 78 const bool kTruncate = true;
80 index, static_cast<int>(offset), buf, buf_len, callback, kTruncate);

Completed in 469 milliseconds