/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/tensorflow/tensorflow/core/platform/windows/ |
D | windows_file_system.cc | 255 ::CreateFileW(ws_translated_fname.c_str(), GENERIC_READ, share_mode, NULL, in NewRandomAccessFile() 275 ::CreateFileW(ws_translated_fname.c_str(), GENERIC_WRITE, share_mode, in NewWritableFile() 295 ::CreateFileW(ws_translated_fname.c_str(), GENERIC_WRITE, share_mode, in NewAppendableFile() 333 ::CreateFileW(ws_translated_fname.c_str(), GENERIC_READ, share_mode, NULL, in NewReadOnlyMemoryRegionFromFile()
|
/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/libchrome/mojo/public/cpp/platform/ |
D | named_platform_channel_win.cc | 98 ::CreateFileW(pipe_name.c_str(), kDesiredAccess, 0, nullptr, in CreateClientEndpoint()
|
D | platform_channel.cc | 75 ::CreateFileW(pipe_name.c_str(), kDesiredAccess, 0, &security_attributes, in CreateChannel()
|
/external/python/cpython2/Lib/lib-tk/ |
D | FixTk.py | 25 CreateFileW(udir, 0x80, # FILE_READ_ATTRIBUTES
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | PathV2.inc | 376 ::CreateFileW(wide_b.begin(), 385 ::CreateFileW(wide_a.begin(), 492 ::CreateFileW(path_utf16.begin(), 584 HANDLE TempFileHandle = ::CreateFileW(random_path_utf16.begin(), 664 HANDLE file = ::CreateFileW(c_str(path_utf16),
|
/external/flac/libFLAC/ |
D | windows_unicode_filenames.c | 195 …handle = CreateFileW(wname, dwDesiredAccess, dwShareMode, lpSecurityAttributes, dwCreationDisposit… in flac_internal_CreateFile_utf8()
|
/external/pdfium/core/fxcrt/ |
D | cfx_fileaccess_windows.cpp | 80 ::CreateFileW((LPCWSTR)fileName.unterminated_c_str(), dwAccess, dwShare, in Open()
|
/external/lzma/C/ |
D | 7zFile.c | 67 p->handle = CreateFileW(name, in File_OpenW()
|
/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/python/cpython3/Modules/_io/ |
D | winconsoleio.c | 371 self->handle = CreateFileW(name, GENERIC_READ | GENERIC_WRITE, in _io__WindowsConsoleIO___init___impl() 374 self->handle = CreateFileW(name, access, in _io__WindowsConsoleIO___init___impl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Path.inc | 279 ScopedFileHandle h(::CreateFileW( 468 ::CreateFileW(WideTo.begin(), GENERIC_READ | DELETE, 495 ScopedFileHandle ToHandle2(::CreateFileW( 546 ::CreateFileW(WideFrom.begin(), GENERIC_READ | DELETE, 724 ::CreateFileW(path_utf16.begin(), 0, // Attributes only. 1071 ::CreateFileW(PathUTF16.begin(), Access,
|
D | Program.inc | 139 h = CreateFileW(fnameUnicode.data(), fd ? GENERIC_WRITE : GENERIC_READ,
|
/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,
|
D | Program.inc | 137 h = CreateFileW(fnameUnicode.data(), fd ? GENERIC_WRITE : GENERIC_READ,
|
/external/harfbuzz_ng/src/ |
D | hb-blob.cc | 585 fd = CreateFileW (wchar_file_name, GENERIC_READ, FILE_SHARE_READ, nullptr, in hb_blob_create_from_file()
|
/external/zlib/src/contrib/minizip/ |
D | iowin32.c | 162 …hFile = CreateFileW((LPCWSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, … in win32_open64_file_funcW()
|
/external/python/cpython3/Modules/ |
D | _winapi.c | 579 junction = CreateFileW(dst_path, GENERIC_READ | GENERIC_WRITE, 0, NULL, in _winapi_CreateJunction_impl()
|
D | overlapped.c | 1329 PipeHandle = CreateFileW(Address, in ConnectPipe()
|
D | posixmodule.c | 1643 hFile = CreateFileW( in win32_xstat_impl() 1695 hFile2 = CreateFileW( in win32_xstat_impl() 3755 hFile = CreateFileW( in os__getfinalpathname_impl() 4733 hFile = CreateFileW(path->wide, FILE_WRITE_ATTRIBUTES, 0, in os_utime_impl() 7228 reparse_point_handle = CreateFileW( in win_readlink()
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 2976 hFile = CreateFileW(wpath, FILE_WRITE_ATTRIBUTES, 0, in posix_utime()
|
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
D | kernel32.sym | 379 PUBLIC 10760 1c CreateFileW
|