Home
last modified time | relevance | path

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

12

/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/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/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DWindowsMiniDump.cpp42 ::CreateFileW(wide_name.c_str(), GENERIC_WRITE, FILE_SHARE_READ, NULL, in SaveMiniDump()
/external/tensorflow/tensorflow/core/platform/windows/
Dwindows_file_system.cc325 ::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/
DFixTk.py25 CreateFileW(udir, 0x80, # FILE_READ_ATTRIBUTES
/external/lzma/CPP/Windows/
DFileIO.cpp69 _handle = ::CreateFileW(fs2us(path), desiredAccess, shareMode, in Create()
76 _handle = ::CreateFileW(superPath, desiredAccess, shareMode, in Create()
DFileDir.cpp84 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/
DFileSystem.cpp59 HANDLE h = ::CreateFileW(wsrc.c_str(), GENERIC_READ, in Readlink()
DProcessLauncherWindows.cpp178 HANDLE result = ::CreateFileW(wpath.c_str(), access, share, &secattr, create, in GetStdioHandle()
DConnectionGenericFileWindows.cpp120 m_file = ::CreateFileW(wpath.c_str(), GENERIC_READ | GENERIC_WRITE, in Connect()
/external/pdfium/core/fxcrt/
Dcfx_fileaccess_windows.cpp65 ::CreateFileW((LPCWSTR)fileName.unterminated_c_str(), dwAccess, dwShare, in Open()
/external/flac/src/share/win_utf8_io/
Dwin_utf8_io.c162 …handle = CreateFileW(wname, dwDesiredAccess, dwShareMode, lpSecurityAttributes, dwCreationDisposit… in CreateFile_utf8()
/external/libchrome/mojo/public/cpp/platform/
Dplatform_channel.cc75 ::CreateFileW(pipe_name.c_str(), kDesiredAccess, 0, &security_attributes, in CreateChannel()
/external/lzma/C/
D7zFile.c67 p->handle = CreateFileW(name, in File_OpenW()
/external/python/cpython3/Modules/_io/
Dwinconsoleio.c372 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/
DPath.inc488 ::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,
DProgram.inc137 h = CreateFileW(fnameUnicode.data(), fd ? GENERIC_WRITE : GENERIC_READ,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc278 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,
DProgram.inc157 h = CreateFileW(fnameUnicode.data(), fd ? GENERIC_WRITE : GENERIC_READ,
/external/icu/icu4c/source/common/
Dumapfile.cpp161 file = CreateFileW(utf16Path, GENERIC_READ, FILE_SHARE_READ, nullptr, in uprv_mapFile()
/external/harfbuzz_ng/src/
Dhb-blob.cc597 fd = CreateFileW (wchar_file_name, GENERIC_READ, FILE_SHARE_READ, nullptr, in hb_blob_create_from_file()
/external/llvm/lib/Support/Windows/
DPath.inc490 ::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/
DPath.inc279 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/
Diowin32.c167 …hFile = CreateFileW((LPCWSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, … in win32_open64_file_funcW()
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/
Diowin32.c162 …hFile = CreateFileW((LPCWSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, … in win32_open64_file_funcW()

12