HomeSort by relevance Sort by last modified time
    Searched refs:CreateFile (Results 26 - 50 of 96) sorted by null

12 3 4

  /external/google-breakpad/src/client/windows/unittests/
dump_analysis.cc 52 dump_file_handle_ = ::CreateFile(dump_file_.c_str(),
  /external/ltp/testcases/kernel/io/disktest/
io.c 150 fd = CreateFile(filespec,
  /external/skia/tools/
win_dbghelp.cpp 147 hDumpFile = CreateFile(szFileName,
  /external/webrtc/webrtc/base/
physicalsocketserver.h 82 AsyncFile* CreateFile(int fd);
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
platformtest.cpp 138 HANDLE file = CreateFile(filename_, GENERIC_READ, 0, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
WinNtSimpleFileSystem.c 599 PrivateFile->DirHandle = PrivateFile->WinNtThunk->CreateFile (
1104 NewPrivateFile->LHandle = NewPrivateFile->WinNtThunk->CreateFile (
1162 NewPrivateFile->DirHandle = NewPrivateFile->WinNtThunk->CreateFile (
1174 NewPrivateFile->DirHandle = NewPrivateFile->WinNtThunk->CreateFile (
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage_unittest.py 39 self.fs.CreateFile(
45 self.fs.CreateFile(f)
  /prebuilts/go/darwin-x86/src/os/
types_windows.go 70 h, err := syscall.CreateFile(pathp, 0, 0, nil, syscall.OPEN_EXISTING, syscall.FILE_FLAG_BACKUP_SEMANTICS, 0)
  /prebuilts/go/linux-x86/src/os/
types_windows.go 70 h, err := syscall.CreateFile(pathp, 0, 0, nil, syscall.OPEN_EXISTING, syscall.FILE_FLAG_BACKUP_SEMANTICS, 0)
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
dependency_manager_unittest.py 422 self.fs.CreateFile('path1')
437 self.fs.CreateFile(cs_path)
500 self.fs.CreateFile('path1')
  /art/tools/bisection_search/
bisection_search.py 90 self._compiled_methods_path = self._test_env.CreateFile('compiled_methods')
91 self._passes_to_run_path = self._test_env.CreateFile('run_passes')
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
GenBootSector.c 158 VolumeHandle = CreateFile (
170 "error E0005: CreateFile failed: Volume = %s, LastError = 0x%x\n",
384 *FileHandle = CreateFile(
  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.cc 469 dump_file_ = CreateFile(dump_file_path.c_str(),
504 full_dump_file_ = CreateFile(full_dump_file_path.c_str(),
  /external/python/cpython2/Lib/multiprocessing/
connection.py 225 h2 = win32.CreateFile(
388 h = win32.CreateFile(
  /external/zlib/src/contrib/minizip/
iowin32.c 117 hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL);
190 hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL);
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
connection.py 225 h2 = win32.CreateFile(
376 h = win32.CreateFile(
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
connection.py 225 h2 = win32.CreateFile(
376 h = win32.CreateFile(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 225 h2 = win32.CreateFile(
376 h = win32.CreateFile(
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 225 h2 = win32.CreateFile(
376 h = win32.CreateFile(
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 57 usb_device_handle_ = CreateFile(interface_name().c_str(),
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkIIWorkspace.py 309 def CreateFile(Directory, FileName, Mode='w'):
  /external/e2fsprogs/lib/ext2fs/
getsize.c 87 dev = CreateFile(file, GENERIC_READ,
  /external/fio/os/
os-windows.h 62 * interface (windowsaio uses CreateFile)
129 hFile = CreateFile(f->file_name, GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE,
141 * close the HANDLE we created via CreateFile */
  /external/syslinux/win/
ntfssect.c 115 VolumeInfo->Handle = CreateFile(
  /external/deqp/execserver/
xsWin32TestProcess.cpp 362 m_logFile = CreateFile(filename,
473 writeHandle = CreateFile(pipeName,
485 throw Error(openErr, "Failed to open created pipe, CreateFile() failed");

Completed in 3881 milliseconds

12 3 4