Home
last modified time | relevance | path

Searched refs:PLATFORM_FILE_OPEN_TRUNCATED (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
Dfileapi_worker.cc36 base::PLATFORM_FILE_OPEN_TRUNCATED)) in GetOpenMode()
181 file_flags |= base::PLATFORM_FILE_OPEN_TRUNCATED; in OpenFileAfterFileSystemOpenFile()
332 base::PLATFORM_FILE_OPEN_TRUNCATED | in OpenFile()
Dfileapi_worker_unittest.cc224 base::PLATFORM_FILE_OPEN_TRUNCATED | base::PLATFORM_FILE_WRITE, in TEST_F()
/external/chromium_org/ppapi/shared_impl/
Dfile_type_conversion.cc73 flags |= base::PLATFORM_FILE_OPEN_TRUNCATED; in PepperFileOpenFlagsToPlatformFileFlags()
/external/chromium_org/base/
Dplatform_file.h40 PLATFORM_FILE_OPEN_TRUNCATED = 1 << 4, // Opens a file and truncates it, enumerator
Dplatform_file_win.cc43 if (flags & PLATFORM_FILE_OPEN_TRUNCATED) { in CreatePlatformFileUnsafe()
Dplatform_file_posix.cc141 if (flags & PLATFORM_FILE_OPEN_TRUNCATED) { in CreatePlatformFileUnsafe()
/external/chromium_org/content/browser/
Dchild_process_security_policy_unittest.cc474 base::PLATFORM_FILE_OPEN_TRUNCATED | in TEST_F()
479 base::PLATFORM_FILE_OPEN_TRUNCATED | in TEST_F()
490 base::PLATFORM_FILE_OPEN_TRUNCATED | in TEST_F()
/external/chromium_org/webkit/browser/fileapi/
Dfile_system_operation_runner.cc355 base::PLATFORM_FILE_CREATE_ALWAYS | base::PLATFORM_FILE_OPEN_TRUNCATED | in OpenFile()
Dobfuscated_file_util.cc1388 base::PLATFORM_FILE_OPEN_TRUNCATED)) { in CreateOrOpenInternal()
/external/chromium_org/content/browser/fileapi/
Dobfuscated_file_util_unittest.cc2308 base::PLATFORM_FILE_OPEN_TRUNCATED | base::PLATFORM_FILE_WRITE, in TEST_F()