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

  /external/chromium_org/webkit/browser/fileapi/
file_permission_policy.cc 28 base::PLATFORM_FILE_OPEN_TRUNCATED |
file_system_operation_runner.cc 312 base::PLATFORM_FILE_CREATE_ALWAYS | base::PLATFORM_FILE_OPEN_TRUNCATED |
obfuscated_file_util.cc     [all...]
obfuscated_file_util_unittest.cc     [all...]
  /external/chromium_org/ppapi/shared_impl/
file_type_conversion.cc 72 flags |= base::PLATFORM_FILE_OPEN_TRUNCATED;
  /external/chromium_org/chrome/browser/chromeos/drive/
fileapi_worker.cc 36 base::PLATFORM_FILE_OPEN_TRUNCATED))
181 file_flags |= base::PLATFORM_FILE_OPEN_TRUNCATED;
330 base::PLATFORM_FILE_OPEN_TRUNCATED |
  /external/chromium_org/base/
platform_file.h 33 PLATFORM_FILE_OPEN_TRUNCATED = 1 << 4, // Opens a file and truncates it,
platform_file_win.cc 43 if (flags & PLATFORM_FILE_OPEN_TRUNCATED) {
platform_file_posix.cc 145 if (flags & PLATFORM_FILE_OPEN_TRUNCATED) {
  /external/chromium_org/content/browser/
child_process_security_policy_impl.cc 61 base::PLATFORM_FILE_OPEN_TRUNCATED;
68 base::PLATFORM_FILE_OPEN_TRUNCATED;
child_process_security_policy_unittest.cc 548 base::PLATFORM_FILE_OPEN_TRUNCATED |
553 base::PLATFORM_FILE_OPEN_TRUNCATED |
564 base::PLATFORM_FILE_OPEN_TRUNCATED |

Completed in 784 milliseconds