Home
last modified time | relevance | path

Searched refs:CreateFile (Results 1 - 25 of 40) sorted by relevance

12

/third_party/gptfdisk/
H A Ddiskio-windows.cc65 fd = CreateFile(realFilename.c_str(),GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE, in OpenForRead()
92 fd = CreateFile(realFilename.c_str(), GENERIC_READ | GENERIC_WRITE, in OpenForWrite()
98 fd = CreateFile(realFilename.c_str(), GENERIC_READ | GENERIC_WRITE, in OpenForWrite()
/third_party/gn/src/base/files/
H A Dfile_util_win.cc257 CreateFile(ToWCharT(&path.value()), FILE_ADD_FILE, kFileShareAll, NULL, in PathIsWritable()
483 ::CreateFile(ToWCharT(&path.value()), GENERIC_READ, kFileShareAll, NULL, in NormalizeToNativeFilePath()
576 win::ScopedHandle file(CreateFile(ToWCharT(&filename.value()), GENERIC_READ, in ReadFile()
591 win::ScopedHandle file(CreateFile(ToWCharT(&filename.value()), GENERIC_WRITE, in WriteFile()
595 DPLOG(WARNING) << "CreateFile failed for path " in WriteFile()
618 win::ScopedHandle file(CreateFile(ToWCharT(&filename.value()), in AppendToFile()
H A Dfile_win.cc303 file_.Set(CreateFile(ToWCharT(&path.value()), access, sharing, NULL, in DoInitialize()
/third_party/curl/src/
H A Dtool_filetime.c48 hfile = CreateFile(tchar_filename, FILE_READ_ATTRIBUTES, in getfiletime()
75 "CreateFile failed: GetLastError %u", in getfiletime()
111 hfile = CreateFile(tchar_filename, FILE_WRITE_ATTRIBUTES, in setfiletime()
131 " on outfile: CreateFile failed: GetLastError %u", in setfiletime()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfdsan.cpp121 bool CreateFile() in CreateFile() function
145 bool res = CreateFile(); in fdsan_test_internal_fopen_succeed()
/third_party/skia/third_party/externals/zlib/google/
H A 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()
H A Dzip_internal.cc40 // uses the Unicode version of CreateFile.
61 file = CreateFile(filename16.c_str(), desired_access, share_mode, in ZipOpenFunc()
/third_party/gn/src/gn/
H A Dfile_writer.cc37 file_ = base::win::ScopedHandle(::CreateFile( in Create()
43 PLOG(ERROR) << "CreateFile failed for path " << file_path_; in Create()
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dwin32filemap.c65 f = CreateFile(name, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, in filemap()
/third_party/lame/ACM/ADbg/
H A DADbg.cpp149 hFile = CreateFile(NewFilename, GENERIC_WRITE, FILE_SHARE_WRITE|FILE_SHARE_READ, NULL, OPEN_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL ); in setDebugFile()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwin_if_list.c53 h = CreateFile(TEXT("\\\\.\\\\Ndisuio"), in ndisuio_open()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwin_if_list.c53 h = CreateFile(TEXT("\\\\.\\\\Ndisuio"), in ndisuio_open()
/third_party/python/Lib/asyncio/
H A Dwindows_utils.py63 h2 = _winapi.CreateFile(
/third_party/skia/tools/
H A Dwin_dbghelp.cpp148 hDumpFile = CreateFile(szFileName, in GenerateDumpAndPrintCallstack()
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Diowin32.c123 hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL); in win32_open64_file_func()
196 hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL); in win32_open_file_func()
/third_party/vk-gl-cts/execserver/
H A DxsWin32TestProcess.cpp362 m_logFile = CreateFile(filename, in start()
473 writeHandle = CreateFile(pipeName, in createPipeWithOverlappedIO()
485 throw Error(openErr, "Failed to open created pipe, CreateFile() failed"); in createPipeWithOverlappedIO()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Diowin32.c123 hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL); in win32_open64_file_func()
196 hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL); in win32_open_file_func()
/third_party/zlib/contrib/minizip/
H A Diowin32.c115 hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL); in win32_open64_file_func()
188 hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL); in win32_open_file_func()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_unittest.cc58 bool CreateFile(const std::string& content, in CreateFile() function
130 bool success = CreateFile(kFooContent, &file_path, &file); in VirtualFileSystem()
136 success = CreateFile(kBar1Content, &file_path, &file); in VirtualFileSystem()
141 success = CreateFile(kBar2Content, &file_path, &file); in VirtualFileSystem()
/third_party/node/deps/zlib/google/
H A Dzip_unittest.cc58 bool CreateFile(const std::string& content, in CreateFile() function
130 bool success = CreateFile(kFooContent, &file_path, &file); in VirtualFileSystem()
136 success = CreateFile(kBar1Content, &file_path, &file); in VirtualFileSystem()
141 success = CreateFile(kBar2Content, &file_path, &file); in VirtualFileSystem()
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeFile.c287 handle = CreateFile(filename, access, FILE_SHARE_DELETE|FILE_SHARE_READ|FILE_SHARE_WRITE, DE_NULL, create, FILE_ATTRIBUTE_NORMAL, DE_NULL); in deFile_create()
/third_party/python/Lib/multiprocessing/
H A Dconnection.py557 h2 = _winapi.CreateFile(
702 h = _winapi.CreateFile(
/third_party/curl/lib/vtls/
H A Dschannel_verify.c251 ca_file_handle = CreateFile(ca_file_tstr, in add_certs_file_to_store()
/third_party/lzma/CPP/Windows/
H A DFileIO.cpp54 WinXP-64 CreateFile():
82 _handle = ::CreateFile(fs2fas(path), desiredAccess, shareMode, in Create()
/third_party/zlib/contrib/untgz/
H A Duntgz.c246 hFile = CreateFile(fname, GENERIC_WRITE, 0, NULL, OPEN_EXISTING, in setfiletime()

Completed in 20 milliseconds

12