Home
last modified time | relevance | path

Searched refs:CreateFileA (Results 1 – 25 of 43) sorted by relevance

12

/third_party/libuv/test/
Dtest-tty.c53 handle = CreateFileA("conin$", in TEST_IMPL()
63 handle = CreateFileA("conout$", in TEST_IMPL()
179 handle = CreateFileA("conin$", in TEST_IMPL()
235 handle = CreateFileA("conout$", in TEST_IMPL()
281 handle = CreateFileA("conout$", in TEST_IMPL()
321 handle = CreateFileA("conin$", in TEST_IMPL()
Dtest-tty-duplicate-key.c146 handle = CreateFileA("conin$", in TEST_IMPL()
200 handle = CreateFileA("conin$", in TEST_IMPL()
266 handle = CreateFileA("conin$", in TEST_IMPL()
Dtest-handle-fileno.c30 handle = CreateFileA("conin$", in get_tty_fd()
Drunner-win.c106 nul = CreateFileA("nul", in process_start()
/third_party/skia/third_party/externals/freetype/builds/windows/
Dftsystem.c202 CreateFileA( LPCSTR lpFileName, in CreateFileA() function
269 file = CreateFileA( (LPCSTR)filepathname, GENERIC_READ, FILE_SHARE_READ, in FT_Stream_Open()
/third_party/boost/boost/winapi/
Dfile_management.hpp55 CreateFileA(
311 BOOST_FORCEINLINE HANDLE_ CreateFileA( in CreateFileA() function
320 return ::CreateFileA( in CreateFileA()
339 return ::CreateFileA( in create_file()
/third_party/ninja/src/
Dsubprocess-win32.cc63 CreateFileA(pipe_name, GENERIC_WRITE, 0, NULL, OPEN_EXISTING, 0, NULL); in SetupPipe()
84 CreateFileA("NUL", GENERIC_READ, in Start()
Dminidump-win32.cc60 HANDLE hFile = CreateFileA(temp_file, GENERIC_READ | GENERIC_WRITE, 0, NULL, in CreateWin32MiniDump()
Dmsvc_helper-win32.cc47 CreateFileA("NUL", GENERIC_READ, in Run()
/third_party/boost/libs/iostreams/test/detail/
Dfile_handle.hpp35 ::CreateFileA( name.c_str(), in open_file_handle()
/third_party/boost/boost/stacktrace/detail/
Dsafe_dump_win.ipp43 void* const fd = boost::winapi::CreateFileA(
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerIOWindows.cpp36 CreateFileA(Path.c_str(), 0, FILE_SHARE_READ, NULL, OPEN_EXISTING, in IsFile()
/third_party/boost/libs/regex/src/
Dfileiter.cpp100 …hfile = CreateFileA(win32file, GENERIC_READ, FILE_SHARE_READ, 0, OPEN_EXISTING, FILE_ATTRIBUTE_NOR… in open()
102 …hfile = CreateFileA(file, GENERIC_READ, FILE_SHARE_READ, 0, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, … in open()
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dwin_iocp_serial_port_service.ipp57 ::HANDLE handle = ::CreateFileA(name.c_str(),
/third_party/boost/tools/build/src/engine/
Dfilent.cpp134 …HANDLE hLink = CreateFileA( pathname->value, 0, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_FLAG_BA… in file_collect_dir_content_()
/third_party/boost/boost/asio/detail/impl/
Dwin_iocp_serial_port_service.ipp57 ::HANDLE handle = ::CreateFileA(name.c_str(),
/third_party/skia/third_party/externals/icu/source/common/
Dumapfile.cpp143 file=CreateFileA(path, GENERIC_READ, FILE_SHARE_READ, nullptr, in uprv_mapFile()
/third_party/node/deps/icu-small/source/common/
Dumapfile.cpp143 file=CreateFileA(path, GENERIC_READ, FILE_SHARE_READ, nullptr, in uprv_mapFile()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dumapfile.cpp119 file=CreateFileA(path, GENERIC_READ, FILE_SHARE_READ, NULL, in uprv_mapFile()
/third_party/icu/icu4c/source/common/
Dumapfile.cpp143 file=CreateFileA(path, GENERIC_READ, FILE_SHARE_READ, nullptr, in uprv_mapFile()
/third_party/boost/libs/iostreams/src/
Dmapped_file.cpp193 ::CreateFileA( in open_file()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/minizip/
Dminiunz.c92 hFile = CreateFileA(filename,GENERIC_READ | GENERIC_WRITE,
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/
Dminiunz.c92 hFile = CreateFileA(filename,GENERIC_READ | GENERIC_WRITE,
/third_party/zlib/contrib/minizip/
Dminiunz.c93 hFile = CreateFileA(filename,GENERIC_READ | GENERIC_WRITE,
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/minizip/
Dminiunz.c92 hFile = CreateFileA(filename,GENERIC_READ | GENERIC_WRITE,

12