Home
last modified time | relevance | path

Searched refs:CreateFile (Results 1 – 25 of 68) sorted by relevance

123

/third_party/gptfdisk/
Ddiskio-windows.cc65 fd = CreateFile(realFilename.c_str(),GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE, in OpenForRead()
93 fd = CreateFile(realFilename.c_str(), GENERIC_READ | GENERIC_WRITE, in OpenForWrite()
100 fd = CreateFile(realFilename.c_str(), GENERIC_READ | GENERIC_WRITE, in OpenForWrite()
/third_party/curl/src/
Dtool_filetime.c49 hfile = CreateFile(tchar_filename, FILE_READ_ATTRIBUTES, in getfiletime()
113 hfile = CreateFile(tchar_filename, FILE_WRITE_ATTRIBUTES, in setfiletime()
/third_party/gn/src/base/files/
Dfile_util_win.cc257 CreateFile(ToWCharT(&path.value()), FILE_ADD_FILE, kFileShareAll, NULL, in PathIsWritable()
440 ::CreateFile(ToWCharT(&path.value()), GENERIC_READ, kFileShareAll, NULL, in NormalizeToNativeFilePath()
533 win::ScopedHandle file(CreateFile(ToWCharT(&filename.value()), GENERIC_READ, in ReadFile()
548 win::ScopedHandle file(CreateFile(ToWCharT(&filename.value()), GENERIC_WRITE, in WriteFile()
575 win::ScopedHandle file(CreateFile(ToWCharT(&filename.value()), in AppendToFile()
/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip_unittest.cc31 bool CreateFile(const std::string& content, in CreateFile() function
63 bool success = CreateFile(kFooContent, &file_path, &file); in VirtualFileSystem()
70 success = CreateFile(kBar1Content, &file_path, &file); in VirtualFileSystem()
76 success = CreateFile(kBar2Content, &file_path, &file); in VirtualFileSystem()
/third_party/node/deps/zlib/google/
Dzip_unittest.cc31 bool CreateFile(const std::string& content, in CreateFile() function
63 bool success = CreateFile(kFooContent, &file_path, &file); in VirtualFileSystem()
70 success = CreateFile(kBar1Content, &file_path, &file); in VirtualFileSystem()
76 success = CreateFile(kBar2Content, &file_path, &file); in VirtualFileSystem()
/third_party/skia/third_party/externals/zlib/google/
Dzip_unittest.cc32 bool CreateFile(const std::string& content, in CreateFile() function
64 bool success = CreateFile(kFooContent, &file_path, &file); in VirtualFileSystem()
71 success = CreateFile(kBar1Content, &file_path, &file); in VirtualFileSystem()
77 success = CreateFile(kBar2Content, &file_path, &file); in VirtualFileSystem()
/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dwin32filemap.c65 f = CreateFile(name, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, in filemap()
/third_party/expat/xmlwf/
Dwin32filemap.c65 f = CreateFile(name, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, in filemap()
/third_party/glib/gio/tests/
Dwin32-streams.c350 client = CreateFile (name, GENERIC_WRITE | GENERIC_READ, 0, NULL, OPEN_EXISTING, 0, NULL); in test_pipe_io_overlap()
430 …client = CreateFile (name, GENERIC_WRITE | GENERIC_READ, 0, NULL, OPEN_EXISTING, FILE_FLAG_OVERLAP… in test_pipe_io_concurrent()
501 out_handle = CreateFile (name, GENERIC_WRITE, 0, NULL, OPEN_EXISTING, 0, NULL); in test_pipe_io_cancel()
/third_party/gn/src/gn/
Dfile_writer.cc34 file_ = base::win::ScopedHandle(::CreateFile( in Create()
/third_party/python/Doc/library/
Daudit_events.rst29 | _winapi.CreateFile | ``file_name``, ``desired_access``, |
/third_party/flutter/engine/flutter/fml/platform/win/
Dfile_win.cc160 CreateFile(file_name.c_str(), // lpFileName in OpenFile()
213 CreateFile(file_name.c_str(), // lpFileName in OpenDirectory()
/third_party/boost/libs/asio/doc/overview/
Dwindows.qbk24 HANDLE handle = ::CreateFile(...);
61 HANDLE handle = ::CreateFile(...);
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dpath.h109 Status CreateFile(int *fd);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwin_if_list.c53 h = CreateFile(TEXT("\\\\.\\\\Ndisuio"), in ndisuio_open()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwin_if_list.c53 h = CreateFile(TEXT("\\\\.\\\\Ndisuio"), in ndisuio_open()
/third_party/boost/libs/asio/example/cpp03/windows/
Dtransmit_file.cpp82 file_.assign(::CreateFile(filename_.c_str(), GENERIC_READ, 0, 0, in start()
/third_party/boost/doc/html/boost_asio/example/cpp03/windows/
Dtransmit_file.cpp82 file_.assign(::CreateFile(filename_.c_str(), GENERIC_READ, 0, 0, in start()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/minizip/
Diowin32.c118 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open64_file_func()
191 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open_file_func()
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/
Diowin32.c125 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open64_file_func()
198 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open_file_func()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Diowin32.c123 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open64_file_func()
196 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open_file_func()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/minizip/
Diowin32.c118 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open64_file_func()
191 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open_file_func()
/third_party/zlib/contrib/minizip/
Diowin32.c118 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open64_file_func()
191 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open_file_func()
/third_party/flutter/skia/tools/
Dwin_dbghelp.cpp148 hDumpFile = CreateFile(szFileName, in GenerateDumpAndPrintCallstack()
/third_party/python/Lib/test/libregrtest/
Dwin_utils.py57 pipe_write_end = _winapi.CreateFile(

123