/external/chromium-trace/catapult/telemetry/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',
|
/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/pdfium/core/src/fxcrt/ |
fxcrt_windows.cpp | 64 m_hFile = ::CreateFileW((LPCWSTR)fileName.GetPtr(), dwAccess, dwShare, 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(longPath, GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE,
|
/external/lzma/C/ |
7zFile.c | 67 p->handle = CreateFileW(name,
|
/external/opencv3/3rdparty/libtiff/ |
tif_win32.c | 293 fd = (thandle_t)CreateFileW(name,
|
/external/zlib/src/contrib/minizip/ |
iowin32.c | 161 hFile = CreateFileW((LPCWSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL);
|
/system/core/adb/ |
Android.mk | 33 # CreateFileW(path_wide.c_str());
|
sysdeps_win32.cpp | 128 file = CreateFileW( fn_wide.c_str(), 414 f->fh_handle = CreateFileW( path_wide.c_str(), desiredAccess, shareMode, 458 f->fh_handle = CreateFileW( path_wide.c_str(), GENERIC_WRITE, [all...] |
adb.cpp | 629 unique_handle nul_read(CreateFileW(L"nul", GENERIC_READ, [all...] |
/external/dbus/dbus/ |
dbus-sysdeps-wince-glue.c | 546 result = CreateFileW (filename, dwDesiredAccess, dwSharedMode,
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_windows.go | 149 //sys CreateFile(name *uint16, access uint32, mode uint32, sa *SecurityAttributes, createmode uint32, attrs uint32, templatefile int32) (handle Handle, err error) [failretval==InvalidHandle] = CreateFileW [all...] |
zsyscall_windows.go | 29 procCreateFileW = modkernel32.NewProc("CreateFileW") [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
syscall_windows.go | 149 //sys CreateFile(name *uint16, access uint32, mode uint32, sa *SecurityAttributes, createmode uint32, attrs uint32, templatefile int32) (handle Handle, err error) [failretval==InvalidHandle] = CreateFileW [all...] |
zsyscall_windows.go | 29 procCreateFileW = modkernel32.NewProc("CreateFileW") [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winbase.h | [all...] |
/external/sqlite/dist/orig/ |
sqlite3.c | [all...] |
/external/sqlite/dist/ |
sqlite3.c | [all...] |