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

  /external/chromium_org/ppapi/shared_impl/
file_type_conversion.cc 73 flags |= base::File::FLAG_OPEN_TRUNCATED;
  /external/chromium_org/base/files/
file.h 72 FLAG_OPEN_TRUNCATED = 1 << 4, // Opens a file and truncates it, only if it
file_win.cc 41 if (flags & FLAG_OPEN_TRUNCATED) {
file_posix.cc 190 if (flags & FLAG_OPEN_TRUNCATED) {
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
fileapi_worker.cc 36 if (file_flag & (base::File::FLAG_OPEN | base::File::FLAG_OPEN_TRUNCATED))
182 file_flags |= base::File::FLAG_OPEN_TRUNCATED;
337 base::File::FLAG_OPEN_TRUNCATED |
fileapi_worker_unittest.cc 217 base::File::FLAG_OPEN_TRUNCATED | base::File::FLAG_WRITE,
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
provider_async_file_util.cc 89 (file_flags & base::File::FLAG_OPEN_TRUNCATED)) {
provider_async_file_util_unittest.cc 230 base::File::FLAG_OPEN_TRUNCATED,
  /external/chromium_org/content/browser/
child_process_security_policy_unittest.cc 473 base::File::FLAG_OPEN_TRUNCATED |
478 base::File::FLAG_OPEN_TRUNCATED |
489 base::File::FLAG_OPEN_TRUNCATED |
  /external/chromium_org/content/browser/indexed_db/
indexed_db_browsertest.cc 456 base::File::FLAG_WRITE | base::File::FLAG_OPEN_TRUNCATED);
  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_runner.cc 358 base::File::FLAG_CREATE_ALWAYS | base::File::FLAG_OPEN_TRUNCATED |
obfuscated_file_util.cc     [all...]
  /external/chromium_org/content/browser/fileapi/
obfuscated_file_util_unittest.cc     [all...]

Completed in 231 milliseconds