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

1 2 3 45 6 7

  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_runner.cc 29 OperationID FileSystemOperationRunner::CreateFile(
42 operation->CreateFile(
file_system_operation_impl_write_unittest.cc 79 file_system_context_->operation_runner()->CreateFile(
obfuscated_file_util.cc 324 PlatformFileError error = CreateFile(
595 error = CreateFile(context, src_local_path,
700 error = CreateFile(context, src_file_path,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 100 h = CreateFile(filenameW, (w_right|r_right), (w_right)? 0 : FILE_SHARE_READ,
163 h = CreateFile(filenameA, (w_right|r_right), (w_right)? 0 : FILE_SHARE_READ,
179 return -2; /* failed (CreateFile) */
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system.h 110 virtual void CreateFile(const base::FilePath& file_path,
job_scheduler.h 183 // Adds a CreateFile operation to the queue.
184 void CreateFile(const std::string& parent_resource_id,
async_file_util.cc 166 base::Bind(&fileapi_internal::CreateFile,
fake_file_system.cc 103 void FakeFileSystem::CreateFile(const base::FilePath& file_path,
file_system.cc 410 void FileSystem::CreateFile(const base::FilePath& file_path,
415 create_file_operation_->CreateFile(file_path, is_exclusive, callback);
    [all...]
  /external/chromium_org/chrome/browser/
process_singleton_win.cc 426 lock_file_ = ::CreateFile(lock_file_path.value().c_str(),
  /external/libpng/
pngtest.c 722 if ((fpin = CreateFile(path, GENERIC_READ, 0, NULL, OPEN_EXISTING, 0,
734 if ((fpout = CreateFile(path, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS,
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c     [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
win32filesystem.cc 179 HANDLE handle = ::CreateFile(
188 LOG_ERR(LS_ERROR) << "CreateFile() failed";
  /external/chromium_org/chrome/browser/storage_monitor/
volume_mount_watcher_win.cc 237 base::win::ScopedHandle volume_handle(CreateFile(
  /external/chromium_org/chrome_frame/crash_reporting/
minidump_test.cc 61 dump_file_handle_.Set(::CreateFile(dump_file_.value().c_str(),
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_win.cc 574 return CreateFile(formatted_device_name.c_str(),
  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.cc 223 void FileSystemDispatcher::CreateFile(
  /external/chromium_org/remoting/host/win/
launch_process_with_token.cc 90 pipe.Set(CreateFile(pipe_name.c_str(),
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32filesystem.cc 179 HANDLE handle = ::CreateFile(
188 LOG_ERR(LS_ERROR) << "CreateFile() failed";
  /external/lzma/CPP/Windows/
FileIO.cpp 111 _handle = ::CreateFile(fileName, desiredAccess, shareMode,
  /external/qemu/android/utils/
path.c 389 HANDLE file = CreateFile( /* lpFilename */ path,
  /external/stlport/src/details/
fstream_win32io.cpp 262 file_no = CreateFile (_STLP_PRIV __ASCIIToWide(name).c_str(),
  /external/zlib/src/contrib/untgz/
untgz.c 234 hFile = CreateFile(fname, GENERIC_WRITE, 0, NULL, OPEN_EXISTING,
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 262 file_no = CreateFile (_STLP_PRIV __ASCIIToWide(name).c_str(),
  /external/chromium_org/chrome/installer/util/
installer_state_unittest.cc 301 ::CreateFile(old_chrome_dll.value().c_str(), GENERIC_READ,
485 CreateFile(temp_file.value().c_str(),

Completed in 2449 milliseconds

1 2 3 45 6 7