Searched refs:CreateFile (Results 1 - 25 of 160) sorted by relevance

1234567

/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Dcreate_file.cc16 CreateFile::CreateFile(extensions::EventRouter* event_router, function in class:chromeos::file_system_provider::operations::CreateFile
25 CreateFile::~CreateFile() {
28 bool CreateFile::Execute(int request_id) {
46 void CreateFile::OnSuccess(int /* request_id */,
52 void CreateFile::OnError(int /* request_id */,
H A Dcreate_file.h30 class CreateFile : public Operation { class in namespace:chromeos::file_system_provider::operations
32 CreateFile(extensions::EventRouter* event_router,
36 virtual ~CreateFile();
51 DISALLOW_COPY_AND_ASSIGN(CreateFile);
H A Dcreate_file_unittest.cc57 CreateFile create_file(NULL,
90 CreateFile create_file(NULL,
112 CreateFile create_file(NULL,
127 CreateFile create_file(NULL,
148 CreateFile create_file(NULL,
/external/chromium_org/chrome/browser/importer/
H A Dfirefox_profile_lock_win.cc61 lock_handle_ = CreateFile(lock_file_.value().c_str(),
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dcreate_file_operation_unittest.cc18 TEST_F(CreateFileOperationTest, CreateFile) {
25 operation.CreateFile(
63 operation.CreateFile(
72 operation.CreateFile(
81 operation.CreateFile(
90 operation.CreateFile(
99 operation.CreateFile(
119 operation.CreateFile(
133 operation.CreateFile(
146 operation.CreateFile(
[all...]
H A Dcreate_file_operation.h30 // This class encapsulates the drive CreateFile function. It is responsible for
47 void CreateFile(const base::FilePath& file_path,
53 // Part of CreateFile(). Called after the updating local state is completed.
/external/chromium_org/content/browser/download/
H A Ddownload_file_factory.cc13 DownloadFile* DownloadFileFactory::CreateFile( function in class:content::DownloadFileFactory
H A Ddownload_file_factory.h31 virtual DownloadFile* CreateFile(
H A Dmhtml_generation_manager.h55 void CreateFile(int job_id,
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_operation_impl_unittest.cc140 FileSystemURL CreateFile(const std::string& path) { function in class:content::FileSystemOperationImplTest
261 AsyncFileTestHelper::CreateFile(
352 base::File::Error CreateFile(const FileSystemURL& url, bool exclusive) { function in class:content::FileSystemOperationImplTest
356 operation_runner()->CreateFile(
508 FileSystemURL dest_file(CreateFile("dest/file"));
520 FileSystemURL dest_file(CreateFile("dest/file"));
530 FileSystemURL src_file(CreateFile("src/file"));
549 FileSystemURL src_file(CreateFile("src"));
550 FileSystemURL dest_file(CreateFile("dest"));
564 FileSystemURL src_file(CreateFile("sr
[all...]
H A Drecursive_operation_delegate_unittest.cc160 FileSystemURL CreateFile(const std::string& path) { function in class:content::RecursiveOperationDelegateTest
187 FileSystemURL src_file(CreateFile("src"));
210 FileSystemURL src_file1(CreateFile("src/file1"));
211 FileSystemURL src_file2(CreateFile("src/dir1/file2"));
212 FileSystemURL src_file3(CreateFile("src/dir1/file3"));
267 FileSystemURL src_file1(CreateFile("src/file1"));
268 FileSystemURL src_file2(CreateFile("src/dir1/file2"));
H A Dsandbox_directory_database_unittest.cc75 void CreateFile(FileId parent_id, function in class:content::SandboxDirectoryDatabaseTest
525 CreateFile(0, FPL("foo"), FPL("hoge"), NULL);
527 CreateFile(dir_id, FPL("baz"), FPL("fuga"), NULL);
528 CreateFile(dir_id, FPL("fizz"), FPL("buzz"), NULL);
536 CreateFile(0, FPL("foo"), kBackingFileName, NULL);
540 CreateFile(0, FPL("bar"), kBackingFileName, NULL);
546 CreateFile(0, FPL("foo"), kBackingFileName, NULL);
554 CreateFile(0, FPL("foo"), FPL("hoge"), NULL);
589 CreateFile(dir_id, FPL("bar"), FPL("hoge/fuga/piyo"), &file_id);
602 CreateFile(dir2_i
[all...]
/external/chromium_org/net/disk_cache/
H A Dcache_util_win.cc36 base::win::ScopedHandle file(CreateFile(
/external/chromium_org/sandbox/win/tools/finder/
H A Dfinder_fs.cc57 file = ::CreateFile(name.GetBuffer(),
77 file = ::CreateFile(name.GetBuffer(),
97 file = ::CreateFile(name.GetBuffer(),
/external/chromium_org/chrome/installer/mini_installer/
H A Dpe_resource.cc36 HANDLE out_file = ::CreateFile(full_path, GENERIC_WRITE, 0, NULL,
/external/chromium_org/tools/stats_viewer/
H A Dwin32.cs30 public static extern IntPtr CreateFile ( method in class:StatsViewer.Win32
/external/chromium_org/chrome/browser/extensions/updater/
H A Dlocal_extension_cache_unittest.cc65 CreateFile(dir.Append(
75 CreateFile(GetExtensionFileName(dir, id, version), size, timestamp);
78 void CreateFile(const base::FilePath& file, function in class:extensions::LocalExtensionCacheTest
/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer_win.cc18 CreateFile(device_path_.value().c_str(),
63 base::File(CreateFile(device_path_.value().c_str(),
117 volume_handle = CreateFile(volume_path,
/external/chromium_org/sandbox/win/src/
H A Dwin_utils_unittest.cc38 HANDLE dir = ::CreateFile(my_folder, FILE_ALL_ACCESS,
70 base::win::ScopedHandle file(CreateFile(
H A Dhandle_inheritance_test.cc30 HANDLE file_handle = CreateFile(
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_change_tracker_unittest.cc286 file_system_.CreateFile(URL(kPath0))); // Creates a file.
292 file_system_.CreateFile(URL(kPath3))); // Creates a file.
296 file_system_.CreateFile(URL(kPath4))); // Creates another file.
352 file_system_.CreateFile(URL(kPath0)));
366 file_system_.CreateFile(URL(kPath3)));
370 file_system_.CreateFile(URL(kPath5)));
437 file_system_.CreateFile(URL(kPath0))); // Creates a file.
443 file_system_.CreateFile(URL(kPath3))); // Creates a file.
447 file_system_.CreateFile(URL(kPath4))); // Creates another file.
524 file_system_.CreateFile(UR
[all...]
/external/chromium_org/content/browser/
H A Dsafe_util_win.cc31 HANDLE file = CreateFile(path.c_str(), GENERIC_WRITE, kShare, NULL,
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dfs.cc22 file = ::CreateFile(path_expanded,
/external/qemu/android/base/files/
H A DScopedHandle_unittest.cpp25 return ::CreateFile(kNullFile,
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dexternal_cache_unittest.cc102 CreateFile(dir.Append(
109 CreateFile(GetExtensionFile(dir, id, version));
112 void CreateFile(const base::FilePath& file) { function in class:chromeos::ExternalCacheTest
209 CreateFile(temp_file2);
238 CreateFile(temp_file4);

Completed in 408 milliseconds

1234567