Home
last modified time | relevance | path

Searched refs:CreateFileW (Results 1 – 25 of 27) 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/tensorflow/tensorflow/core/platform/windows/
Dwindows_file_system.cc255 ::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/
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/libchrome/mojo/public/cpp/platform/
Dnamed_platform_channel_win.cc98 ::CreateFileW(pipe_name.c_str(), kDesiredAccess, 0, nullptr, in CreateClientEndpoint()
Dplatform_channel.cc75 ::CreateFileW(pipe_name.c_str(), kDesiredAccess, 0, &security_attributes, in CreateChannel()
/external/python/cpython2/Lib/lib-tk/
DFixTk.py25 CreateFileW(udir, 0x80, # FILE_READ_ATTRIBUTES
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPathV2.inc376 ::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/
Dwindows_unicode_filenames.c195 …handle = CreateFileW(wname, dwDesiredAccess, dwShareMode, lpSecurityAttributes, dwCreationDisposit… in flac_internal_CreateFile_utf8()
/external/pdfium/core/fxcrt/
Dcfx_fileaccess_windows.cpp80 ::CreateFileW((LPCWSTR)fileName.unterminated_c_str(), dwAccess, dwShare, in Open()
/external/lzma/C/
D7zFile.c67 p->handle = CreateFileW(name, in File_OpenW()
/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/python/cpython3/Modules/_io/
Dwinconsoleio.c371 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/
DPath.inc279 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,
DProgram.inc139 h = CreateFileW(fnameUnicode.data(), fd ? GENERIC_WRITE : GENERIC_READ,
/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,
DProgram.inc137 h = CreateFileW(fnameUnicode.data(), fd ? GENERIC_WRITE : GENERIC_READ,
/external/harfbuzz_ng/src/
Dhb-blob.cc585 fd = CreateFileW (wchar_file_name, GENERIC_READ, FILE_SHARE_READ, nullptr, in hb_blob_create_from_file()
/external/zlib/src/contrib/minizip/
Diowin32.c162 …hFile = CreateFileW((LPCWSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, … in win32_open64_file_funcW()
/external/python/cpython3/Modules/
D_winapi.c579 junction = CreateFileW(dst_path, GENERIC_READ | GENERIC_WRITE, 0, NULL, in _winapi_CreateJunction_impl()
Doverlapped.c1329 PipeHandle = CreateFileW(Address, in ConnectPipe()
Dposixmodule.c1643 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/
Dposixmodule.c2976 hFile = CreateFileW(wpath, FILE_WRITE_ATTRIBUTES, 0, in posix_utime()
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/
Dkernel32.sym379 PUBLIC 10760 1c CreateFileW

12