HomeSort by relevance Sort by last modified time
    Searched refs:CreateFile (Results 101 - 125 of 142) sorted by null

1 2 3 45 6

  /external/chromium_org/chrome/browser/chromeos/drive/
fake_file_system.cc 88 void FakeFileSystem::CreateFile(const base::FilePath& file_path,
file_system.cc 478 void FileSystem::CreateFile(const base::FilePath& file_path,
484 create_file_operation_->CreateFile(
    [all...]
file_system_unittest.cc 440 TEST_F(FileSystemTest, CreateFile) {
445 file_system_->CreateFile(
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
fake_provided_file_system.cc 252 ProvidedFileSystemInterface::AbortCallback FakeProvidedFileSystem::CreateFile(
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_win.cc 575 return CreateFile(formatted_device_name.c_str(),
  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.cc 233 void FileSystemDispatcher::CreateFile(
  /external/chromium_org/remoting/host/win/
launch_process_with_token.cc 91 pipe.Set(CreateFile(pipe_name.c_str(),
  /external/chromium_org/storage/browser/fileapi/
obfuscated_file_util.cc 318 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);
    [all...]
file_system_operation_runner.cc 42 OperationID FileSystemOperationRunner::CreateFile(
57 operation->CreateFile(
  /external/chromium_org/third_party/webrtc/base/
win32filesystem.cc 162 HANDLE handle = ::CreateFile(
171 LOG_ERR(LS_ERROR) << "CreateFile() failed";
  /external/fio/engines/
windowsaio.c 196 f->hFile = CreateFile(f->file_name, access, sharemode,
  /external/lzma/CPP/Windows/
FileIO.cpp 111 _handle = ::CreateFile(fileName, desiredAccess, shareMode,
  /external/chromium_org/chrome/browser/sync_file_system/local/
canned_syncable_file_system.cc 346 File::Error CannedSyncableFileSystem::CreateFile(const FileSystemURL& url) {
587 operation_runner()->CreateFile(url, false /* exclusive */, callback);
  /external/chromium_org/chrome/installer/util/
installer_state_unittest.cc 300 ::CreateFile(old_chrome_dll.value().c_str(), GENERIC_READ,
485 CreateFile(temp_file.value().c_str(),
    [all...]
installer_state.cc 591 // Call CreateFile with a share mode of 0 which should cause this to fail
593 return !base::win::ScopedHandle(CreateFile(file.value().c_str(),
  /external/chromium_org/content/browser/download/
download_browsertest.cc 161 virtual DownloadFile* CreateFile(
237 DownloadFile* DownloadFileWithDelayFactory::CreateFile(
337 virtual DownloadFile* CreateFile(
    [all...]
download_manager_impl.cc 418 file_factory_->CreateFile(
download_manager_impl_unittest.cc 383 virtual DownloadFile* CreateFile(
  /external/chromium_org/base/files/
file_unittest.cc 453 ::CreateFile(empty_dir.value().c_str(),
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation.cc 608 create_file_operation_->CreateFile(
611 std::string(), // no specific mime type; CreateFile should guess it.
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
async_file_util.cc 170 base::Bind(&fileapi_internal::CreateFile,
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
provider_async_file_util.cc 153 // Executes CreateFile on the UI thread.
164 parser.file_system()->CreateFile(parser.file_path(), callback);
167 // Routes the response of CreateFile to a callback of EnsureFileExists() on the
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
local_to_remote_syncer_unittest.cc 268 TEST_F(LocalToRemoteSyncerTest, CreateFile) {
  /external/chromium_org/components/storage_monitor/
volume_mount_watcher_win.cc 238 base::win::ScopedHandle volume_handle(CreateFile(
  /external/chromium_org/content/browser/fileapi/
file_system_quota_client_unittest.cc 141 AsyncFileTestHelper::CreateFile(file_system_context_.get(), url);

Completed in 915 milliseconds

1 2 3 45 6