/external/crosvm/hypervisor/src/haxm/ |
D | win.rs | 12 use winapi::um::fileapi::CreateFileW; 24 CreateFileW( in open_haxm_device() 58 CreateFileW( in open_haxm_vm_device() 91 CreateFileW( in open_haxm_vcpu_device()
|
/external/python/watchdog/src/watchdog/observers/ |
D | winapi.py | 120 CreateFileW = kernel32.CreateFileW variable 121 CreateFileW.restype = HANDLE 122 CreateFileW.errcheck = _errcheck_handle 123 CreateFileW.argtypes = ( 298 return CreateFileW(
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | win32.py | 53 CreateFileW = _stdcall_libraries['kernel32'].CreateFileW variable 54 CreateFileW.restype = HANDLE 55 CreateFileW.argtypes = [LPCWSTR, DWORD, DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE] 56 CreateFile = CreateFileW # alias
|
/external/python/pyserial/serial/ |
D | win32.py | 66 CreateFileW = _stdcall_libraries['kernel32'].CreateFileW variable 67 CreateFileW.restype = HANDLE 68 CreateFileW.argtypes = [LPCWSTR, DWORD, DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE] 69 CreateFile = CreateFileW # alias
|
/external/libwebsockets/lib/plat/windows/ |
D | windows-file.c | 46 ret = CreateFileW(buf, GENERIC_READ, FILE_SHARE_READ, in _lws_plat_file_open() 49 ret = CreateFileW(buf, GENERIC_WRITE, 0, NULL, in _lws_plat_file_open()
|
/external/crosvm/base/src/sys/windows/ |
D | ioctl.rs | 343 use winapi::um::fileapi::CreateFileW; 407 File::from_raw_handle(CreateFileW( in ioct_get_and_set_compression() 476 File::from_raw_handle(CreateFileW( in ioctl_with_val()
|
/external/tensorflow/tensorflow/tsl/platform/windows/ |
D | windows_file_system.cc | 327 ::CreateFileW(ws_translated_fname.c_str(), GENERIC_READ, share_mode, NULL, in NewRandomAccessFile() 348 ::CreateFileW(ws_translated_fname.c_str(), GENERIC_WRITE, share_mode, in NewWritableFile() 369 ::CreateFileW(ws_translated_fname.c_str(), GENERIC_WRITE, share_mode, in NewAppendableFile() 408 ::CreateFileW(ws_translated_fname.c_str(), GENERIC_READ, share_mode, NULL, in NewReadOnlyMemoryRegionFromFile()
|
/external/pdfium/core/fxcrt/ |
D | cfx_fileaccess_windows.cpp | 30 m_hFile = ::CreateFileW(wname.c_str(), GENERIC_READ, in Open()
|
/external/sdv/vsomeip/third_party/boost/filesystem/test/issues/ |
D | reparse_tag_file_placeholder.cpp | 107 HANDLE hHandle = CreateFileW(name, GENERIC_WRITE, in create_io_reparse_file_placeholder()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/include/arch/win32/ |
D | apr_dbg_win32_handles.h | 71 #define CreateFileW(nm,d1,d2,sd,d3,d4,h) apr_dbg_rv(CreateFileW,(nm,d1,d2,sd,d3,d4,h)) macro
|
/external/cronet/stable/third_party/apache-portable-runtime/src/include/arch/win32/ |
D | apr_dbg_win32_handles.h | 71 #define CreateFileW(nm,d1,d2,sd,d3,d4,h) apr_dbg_rv(CreateFileW,(nm,d1,d2,sd,d3,d4,h)) macro
|
/external/icu/icu4c/source/common/ |
D | umapfile.cpp | 149 file = CreateFileW(utf16Path, GENERIC_READ, FILE_SHARE_READ, nullptr, in uprv_mapFile()
|
/external/lzma/CPP/Windows/ |
D | FileIO.cpp | 89 _handle = ::CreateFileW(fs2us(path), desiredAccess, shareMode, in Create() 96 _handle = ::CreateFileW(superPath, desiredAccess, shareMode, in Create()
|
/external/pytorch/aten/src/ATen/ |
D | MapAllocator.cpp | 171 …hfile = CreateFileW(filename, GENERIC_READ|GENERIC_WRITE, FILE_SHARE_WRITE|FILE_SHARE_READ, 0, OPE… in MapAllocator() 176 …hfile = CreateFileW(filename, GENERIC_READ, FILE_SHARE_WRITE|FILE_SHARE_READ, 0, OPEN_EXISTING, FI… in MapAllocator()
|
/external/freetype/builds/windows/ |
D | ftsystem.c | 289 return CreateFileW( lpFileNameW, dwDesiredAccess, dwShareMode, in CreateFileA()
|
/external/cronet/tot/base/ |
D | sync_socket_win.cc | 82 ScopedHandle handle_b(CreateFileW(name, in CreatePairImpl()
|
/external/cronet/stable/base/win/ |
D | windows_types.h | 355 #define CreateFile CreateFileW
|
/external/cronet/stable/base/ |
D | sync_socket_win.cc | 82 ScopedHandle handle_b(CreateFileW(name, in CreatePairImpl()
|
/external/libchrome/mojo/public/cpp/platform/ |
D | platform_channel.cc | 75 ::CreateFileW(pipe_name.c_str(), kDesiredAccess, 0, &security_attributes, in CreateChannel()
|
/external/cronet/tot/base/win/ |
D | windows_types.h | 355 #define CreateFile CreateFileW
|
/external/sdv/vsomeip/implementation/utility/src/ |
D | utility.cpp | 87 … lock_handle__ = CreateFileW(its_lockfile.c_str(), GENERIC_READ, 0, NULL, CREATE_NEW, 0, NULL); in is_routing_manager()
|
/external/flac/src/share/win_utf8_io/ |
D | win_utf8_io.c | 182 …handle = CreateFileW(wname, dwDesiredAccess, dwShareMode, lpSecurityAttributes, dwCreationDisposit… in CreateFile_utf8()
|
/external/cronet/tot/third_party/icu/source/common/ |
D | umapfile.cpp | 161 file = CreateFileW(utf16Path, GENERIC_READ, FILE_SHARE_READ, nullptr, in uprv_mapFile()
|
/external/cronet/tot/base/files/ |
D | os_validation_win_unittest.cc | 188 file_handle_.Set(::CreateFileW(temp_file_path_.value().c_str(), access_, in SetUp()
|
/external/cronet/stable/base/files/ |
D | os_validation_win_unittest.cc | 188 file_handle_.Set(::CreateFileW(temp_file_path_.value().c_str(), access_, in SetUp()
|