Home
last modified time | relevance | path

Searched refs:CreateFileW (Results 1 – 25 of 70) sorted by relevance

123

/external/crosvm/hypervisor/src/haxm/
Dwin.rs12 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/
Dwinapi.py120 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/
Dwin32.py53 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/
Dwin32.py66 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/
Dwindows-file.c46 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/
Dioctl.rs343 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/
Dwindows_file_system.cc327 ::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/
Dcfx_fileaccess_windows.cpp30 m_hFile = ::CreateFileW(wname.c_str(), GENERIC_READ, in Open()
/external/sdv/vsomeip/third_party/boost/filesystem/test/issues/
Dreparse_tag_file_placeholder.cpp107 HANDLE hHandle = CreateFileW(name, GENERIC_WRITE, in create_io_reparse_file_placeholder()
/external/cronet/tot/third_party/apache-portable-runtime/src/include/arch/win32/
Dapr_dbg_win32_handles.h71 #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/
Dapr_dbg_win32_handles.h71 #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/
Dumapfile.cpp149 file = CreateFileW(utf16Path, GENERIC_READ, FILE_SHARE_READ, nullptr, in uprv_mapFile()
/external/lzma/CPP/Windows/
DFileIO.cpp89 _handle = ::CreateFileW(fs2us(path), desiredAccess, shareMode, in Create()
96 _handle = ::CreateFileW(superPath, desiredAccess, shareMode, in Create()
/external/pytorch/aten/src/ATen/
DMapAllocator.cpp171 …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/
Dftsystem.c289 return CreateFileW( lpFileNameW, dwDesiredAccess, dwShareMode, in CreateFileA()
/external/cronet/tot/base/
Dsync_socket_win.cc82 ScopedHandle handle_b(CreateFileW(name, in CreatePairImpl()
/external/cronet/stable/base/win/
Dwindows_types.h355 #define CreateFile CreateFileW
/external/cronet/stable/base/
Dsync_socket_win.cc82 ScopedHandle handle_b(CreateFileW(name, in CreatePairImpl()
/external/libchrome/mojo/public/cpp/platform/
Dplatform_channel.cc75 ::CreateFileW(pipe_name.c_str(), kDesiredAccess, 0, &security_attributes, in CreateChannel()
/external/cronet/tot/base/win/
Dwindows_types.h355 #define CreateFile CreateFileW
/external/sdv/vsomeip/implementation/utility/src/
Dutility.cpp87 … 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/
Dwin_utf8_io.c182 …handle = CreateFileW(wname, dwDesiredAccess, dwShareMode, lpSecurityAttributes, dwCreationDisposit… in CreateFile_utf8()
/external/cronet/tot/third_party/icu/source/common/
Dumapfile.cpp161 file = CreateFileW(utf16Path, GENERIC_READ, FILE_SHARE_READ, nullptr, in uprv_mapFile()
/external/cronet/tot/base/files/
Dos_validation_win_unittest.cc188 file_handle_.Set(::CreateFileW(temp_file_path_.value().c_str(), access_, in SetUp()
/external/cronet/stable/base/files/
Dos_validation_win_unittest.cc188 file_handle_.Set(::CreateFileW(temp_file_path_.value().c_str(), access_, in SetUp()

123