HomeSort by relevance Sort by last modified time
    Searched refs:CreateFileW (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium-trace/catapult/third_party/pyserial/serial/
win32.py 53 CreateFileW = _stdcall_libraries['kernel32'].CreateFileW
54 CreateFileW.restype = HANDLE
55 CreateFileW.argtypes = [LPCWSTR, DWORD, DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE]
56 CreateFile = CreateFileW # alias
316 'SetCommState', 'LPVOID', 'CreateFileW', 'LPDWORD',
  /external/libmojo/mojo/edk/embedder/
platform_channel_pair_win.cc 57 PlatformHandle(CreateFileW(pipe_name.c_str(), kDesiredAccess,
  /external/python/cpython2/Lib/lib-tk/
FixTk.py 25 CreateFileW(udir, 0x80, # FILE_READ_ATTRIBUTES
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
FixTk.py 25 CreateFileW(udir, 0x80, # FILE_READ_ATTRIBUTES
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
FixTk.py 25 CreateFileW(udir, 0x80, # FILE_READ_ATTRIBUTES
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FixTk.py 25 CreateFileW(udir, 0x80, # FILE_READ_ATTRIBUTES
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FixTk.py 25 CreateFileW(udir, 0x80, # FILE_READ_ATTRIBUTES
  /external/flac/libFLAC/
windows_unicode_filenames.c 195 handle = CreateFileW(wname, dwDesiredAccess, dwShareMode, lpSecurityAttributes, dwCreationDisposition, dwFlagsAndAttributes, hTemplateFile);
  /external/pdfium/core/fxcrt/
cfx_fileaccess_windows.cpp 80 ::CreateFileW((LPCWSTR)fileName.unterminated_c_str(), dwAccess, dwShare,
  /external/tensorflow/tensorflow/core/platform/windows/
windows_file_system.cc 243 ::CreateFileW(ws_translated_fname.c_str(), GENERIC_READ, share_mode, NULL,
263 ::CreateFileW(ws_translated_fname.c_str(), GENERIC_WRITE, share_mode,
283 ::CreateFileW(ws_translated_fname.c_str(), GENERIC_WRITE, share_mode,
321 ::CreateFileW(ws_translated_fname.c_str(), GENERIC_READ, share_mode, NULL,
  /external/lzma/CPP/Windows/
FileIO.cpp 69 _handle = ::CreateFileW(fs2us(path), desiredAccess, shareMode,
76 _handle = ::CreateFileW(superPath, desiredAccess, shareMode,
FileDir.cpp 84 hDir = ::CreateFileW(fs2us(path), GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE,
91 hDir = ::CreateFileW(superPath, GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
7zFile.c 67 p->handle = CreateFileW(name,
  /external/lzma/C/
7zFile.c 67 p->handle = CreateFileW(name,
  /external/zlib/src/contrib/minizip/
iowin32.c 162 hFile = CreateFileW((LPCWSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL);
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
iowin32.c 161 hFile = CreateFileW((LPCWSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL);
  /external/python/cpython3/Modules/_io/
winconsoleio.c 391 self->handle = CreateFileW(name, GENERIC_READ | GENERIC_WRITE,
394 self->handle = CreateFileW(name, access,
    [all...]
  /system/core/adb/
Android.mk 36 # CreateFileW(path_wide.c_str());
sysdeps_win32.cpp 352 f->fh_handle = CreateFileW( path_wide.c_str(), desiredAccess, shareMode,
396 f->fh_handle = CreateFileW( path_wide.c_str(), GENERIC_WRITE,
    [all...]
adb.cpp 678 unique_handle nul_read(CreateFileW(L"nul", GENERIC_READ,
682 fprintf(stderr, "adb: CreateFileW 'nul' failed: %s\n",
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fileapi.h 46 WINBASEAPI HANDLE WINAPI CreateFileW (LPCWSTR lpFileName, DWORD dwDesiredAccess, DWORD dwShareMode, LPSECURITY_ATTRIBUTES lpSecurityAttributes, DWORD dwCreationDisposition, DWORD dwFlagsAndAttributes, HANDLE hTemplateFile);
  /external/python/cpython3/Modules/
_winapi.c 581 junction = CreateFileW(dst_path, GENERIC_READ | GENERIC_WRITE, 0, NULL,
    [all...]
overlapped.c 1159 PipeHandle = CreateFileW(Address,
    [all...]
posixmodule.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_windows.go 146 //sys CreateFile(name *uint16, access uint32, mode uint32, sa *SecurityAttributes, createmode uint32, attrs uint32, templatefile int32) (handle Handle, err error) [failretval==InvalidHandle] = CreateFileW
    [all...]

Completed in 790 milliseconds

1 2