Searched defs:CreateFile (Results 26 - 32 of 32) sorted by relevance

12

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dwin32.py47 CreateFile = CreateFileA variable
56 CreateFile = CreateFileW # alias variable
320 'ULONG_PTR', 'CreateFile', 'NOPARITY', 'CloseHandle']
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system.cc478 void FileSystem::CreateFile(const base::FilePath& file_path, function in class:drive::FileSystem
484 create_file_operation_->CreateFile(
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.cc346 File::Error CannedSyncableFileSystem::CreateFile(const FileSystemURL& url) { function in class:sync_file_system::CannedSyncableFileSystem
587 operation_runner()->CreateFile(url, false /* exclusive */, callback);
/external/chromium_org/content/browser/download/
H A Ddownload_browsertest.cc161 virtual DownloadFile* CreateFile(
237 DownloadFile* DownloadFileWithDelayFactory::CreateFile( function in class:content::__anon7074::DownloadFileWithDelayFactory
337 virtual DownloadFile* CreateFile(
/external/chromium_org/content/browser/fileapi/
H A Dcopy_or_move_operation_delegate_unittest.cc292 result = CreateFile(url, test_case.data_file_size);
356 base::File::Error CreateFile(const FileSystemURL& url, size_t size) { function in class:content::CopyOrMoveOperationTestHelper
358 AsyncFileTestHelper::CreateFile(file_system_context_.get(), url);
411 ASSERT_EQ(base::File::FILE_OK, helper.CreateFile(src, 10));
440 ASSERT_EQ(base::File::FILE_OK, helper.CreateFile(src, 10));
636 ASSERT_EQ(base::File::FILE_OK, helper.CreateFile(src, 10));
/external/chromium_org/storage/browser/fileapi/
H A Dobfuscated_file_util.cc318 base::File::Error error = CreateFile(context, base::FilePath(), url,
585 error = CreateFile(context, src_local_path, dest_url, &dest_file_info);
691 error = CreateFile(context, src_file_path, dest_url, &dest_file_info);
1071 base::File::Error ObfuscatedFileUtil::CreateFile( function in class:storage::ObfuscatedFileUtil
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_manager_browsertest.cc364 CreateFile(entry.source_file_name,
405 void CreateFile(const std::string& source_file_name, function in class:file_manager::__anon3165::DriveTestVolume

Completed in 5366 milliseconds

12