/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/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/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | WindowsMiniDump.cpp | 42 ::CreateFileW(wide_name.c_str(), GENERIC_WRITE, FILE_SHARE_READ, NULL, in SaveMiniDump()
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | windows_file_system.cc | 325 ::CreateFileW(ws_translated_fname.c_str(), GENERIC_READ, share_mode, NULL, in NewRandomAccessFile() 346 ::CreateFileW(ws_translated_fname.c_str(), GENERIC_WRITE, share_mode, in NewWritableFile() 367 ::CreateFileW(ws_translated_fname.c_str(), GENERIC_WRITE, share_mode, in NewAppendableFile() 406 ::CreateFileW(ws_translated_fname.c_str(), GENERIC_READ, share_mode, NULL, in NewReadOnlyMemoryRegionFromFile()
|
/external/python/cpython2/Lib/lib-tk/ |
D | FixTk.py | 25 CreateFileW(udir, 0x80, # FILE_READ_ATTRIBUTES
|
/external/lzma/CPP/Windows/ |
D | FileIO.cpp | 69 _handle = ::CreateFileW(fs2us(path), desiredAccess, shareMode, in Create() 76 _handle = ::CreateFileW(superPath, desiredAccess, shareMode, in Create()
|
D | FileDir.cpp | 84 hDir = ::CreateFileW(fs2us(path), GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE, in SetDirTime() 91 hDir = ::CreateFileW(superPath, GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE, in SetDirTime()
|
/external/llvm-project/lldb/source/Host/windows/ |
D | FileSystem.cpp | 59 HANDLE h = ::CreateFileW(wsrc.c_str(), GENERIC_READ, in Readlink()
|
D | ProcessLauncherWindows.cpp | 178 HANDLE result = ::CreateFileW(wpath.c_str(), access, share, &secattr, create, in GetStdioHandle()
|
D | ConnectionGenericFileWindows.cpp | 120 m_file = ::CreateFileW(wpath.c_str(), GENERIC_READ | GENERIC_WRITE, in Connect()
|
/external/pdfium/core/fxcrt/ |
D | cfx_fileaccess_windows.cpp | 65 ::CreateFileW((LPCWSTR)fileName.unterminated_c_str(), dwAccess, dwShare, in Open()
|
/external/flac/src/share/win_utf8_io/ |
D | win_utf8_io.c | 162 …handle = CreateFileW(wname, dwDesiredAccess, dwShareMode, lpSecurityAttributes, dwCreationDisposit… in CreateFile_utf8()
|
/external/libchrome/mojo/public/cpp/platform/ |
D | platform_channel.cc | 75 ::CreateFileW(pipe_name.c_str(), kDesiredAccess, 0, &security_attributes, in CreateChannel()
|
/external/lzma/C/ |
D | 7zFile.c | 67 p->handle = CreateFileW(name, in File_OpenW()
|
/external/python/cpython3/Modules/_io/ |
D | winconsoleio.c | 372 self->handle = CreateFileW(name, GENERIC_READ | GENERIC_WRITE, in _io__WindowsConsoleIO___init___impl() 375 self->handle = CreateFileW(name, access, in _io__WindowsConsoleIO___init___impl()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 488 ::CreateFileW(path_utf16.begin(), 500 ::CreateFileW(path_utf16.begin(), 0, // Attributes only. 712 ::CreateFileW(PathUTF16.begin(), GENERIC_READ, 777 HANDLE H = ::CreateFileW(PathUTF16.begin(), Access,
|
D | Program.inc | 137 h = CreateFileW(fnameUnicode.data(), fd ? GENERIC_WRITE : GENERIC_READ,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Path.inc | 278 ScopedFileHandle h(::CreateFileW( 473 ::CreateFileW(WideTo.begin(), GENERIC_READ | DELETE, 500 ScopedFileHandle ToHandle2(::CreateFileW( 551 ::CreateFileW(WideFrom.begin(), GENERIC_READ | DELETE, 729 ::CreateFileW(path_utf16.begin(), 0, // Attributes only. 1116 ::CreateFileW(PathUTF16.begin(), Access,
|
D | Program.inc | 157 h = CreateFileW(fnameUnicode.data(), fd ? GENERIC_WRITE : GENERIC_READ,
|
/external/icu/icu4c/source/common/ |
D | umapfile.cpp | 161 file = CreateFileW(utf16Path, GENERIC_READ, FILE_SHARE_READ, nullptr, in uprv_mapFile()
|
/external/harfbuzz_ng/src/ |
D | hb-blob.cc | 597 fd = CreateFileW (wchar_file_name, GENERIC_READ, FILE_SHARE_READ, nullptr, in hb_blob_create_from_file()
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 490 ::CreateFileW(path_utf16.begin(), 502 ::CreateFileW(path_utf16.begin(), 0, // Attributes only. 718 ::CreateFileW(PathUTF16.begin(), GENERIC_READ, 783 HANDLE H = ::CreateFileW(PathUTF16.begin(), Access,
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Path.inc | 279 ScopedFileHandle h(::CreateFileW( 488 ::CreateFileW(WideTo.begin(), GENERIC_READ | DELETE, 515 ScopedFileHandle ToHandle2(::CreateFileW( 566 ::CreateFileW(WideFrom.begin(), GENERIC_READ | DELETE, 749 ::CreateFileW(path_utf16.begin(), 0, // Attributes only. 1136 ::CreateFileW(PathUTF16.begin(), Access,
|
/external/zlib/contrib/minizip/ |
D | iowin32.c | 167 …hFile = CreateFileW((LPCWSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, … in win32_open64_file_funcW()
|
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/ |
D | iowin32.c | 162 …hFile = CreateFileW((LPCWSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, … in win32_open64_file_funcW()
|