Home
last modified time | relevance | path

Searched refs:OPEN_EXISTING (Results 1 - 25 of 75) sorted by relevance

123

/third_party/rust/crates/io-lifetimes/tests/
H A Dffi.rs12 FILE_ATTRIBUTE_NORMAL, FILE_GENERIC_READ, OPEN_EXISTING,
40 OPEN_EXISTING, in test_file_not_found()
72 OPEN_EXISTING, in test_file_found()
/third_party/libuv/test/
H A Dtest-tty.c57 OPEN_EXISTING, in TEST_IMPL()
67 OPEN_EXISTING, in TEST_IMPL()
179 OPEN_EXISTING, in TEST_IMPL()
235 OPEN_EXISTING, in TEST_IMPL()
281 OPEN_EXISTING, in TEST_IMPL()
321 OPEN_EXISTING, in TEST_IMPL()
H A Dtest-tty-duplicate-key.c150 OPEN_EXISTING, in TEST_IMPL()
204 OPEN_EXISTING, in TEST_IMPL()
270 OPEN_EXISTING, in TEST_IMPL()
H A Dtest-handle-fileno.c34 OPEN_EXISTING, in get_tty_fd()
/third_party/lzma/CPP/Windows/
H A DFileIO.h174 if (!file.Create(path, 0, FILE_SHARE_READ, OPEN_EXISTING, FILE_FLAG_BACKUP_SEMANTICS)) in GetFileInformation()
232 OPEN_EXISTING, in Open_for_ReadAttributes()
241 OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL); in Open_for_FileRenameInformation()
252 FILE_SHARE_READ, OPEN_EXISTING, in OpenReparse()
/third_party/curl/src/
H A Dtool_filetime.c51 NULL, OPEN_EXISTING, 0, NULL); in getfiletime()
114 NULL, OPEN_EXISTING, 0, NULL); in setfiletime()
/third_party/gn/src/base/files/
H A Dfile_util_win.cc258 OPEN_EXISTING, FILE_FLAG_BACKUP_SEMANTICS, NULL); in PathIsWritable()
484 OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL)); in NormalizeToNativeFilePath()
578 OPEN_EXISTING, FILE_FLAG_SEQUENTIAL_SCAN, in ReadFile() local
619 FILE_APPEND_DATA, 0, NULL, OPEN_EXISTING, 0, in AppendToFile()
/third_party/gptfdisk/
H A Ddiskio-windows.cc66 NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL); in OpenForRead()
93 FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, in OpenForWrite()
/third_party/ninja/src/
H A Dsubprocess-win32.cc65 CreateFileA(pipe_name, GENERIC_WRITE, 0, NULL, OPEN_EXISTING, 0, NULL); in SetupPipe()
88 &security_attributes, OPEN_EXISTING, 0, NULL); in Start()
H A Dmsvc_helper-win32.cc51 &security_attributes, OPEN_EXISTING, 0, NULL); in Run()
/third_party/rust/crates/io-lifetimes/src/
H A Dexample_ffi.rs73 OPEN_EXISTING,
/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/icu/icu4c/source/common/
H A Dumapfile.cpp144 OPEN_EXISTING, in uprv_mapFile()
162 OPEN_EXISTING, in uprv_mapFile()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_internal.cc53 creation_disposition = OPEN_EXISTING; in ZipOpenFunc()
57 creation_disposition = OPEN_EXISTING; in ZipOpenFunc()
/third_party/node/deps/zlib/google/
H A Dzip_internal.cc53 creation_disposition = OPEN_EXISTING; in ZipOpenFunc()
57 creation_disposition = OPEN_EXISTING; in ZipOpenFunc()
/third_party/node/deps/icu-small/source/common/
H A Dumapfile.cpp144 OPEN_EXISTING, in uprv_mapFile()
162 OPEN_EXISTING, in uprv_mapFile()
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_internal.cc49 creation_disposition = OPEN_EXISTING; in ZipOpenFunc()
53 creation_disposition = OPEN_EXISTING; in ZipOpenFunc()
/third_party/skia/third_party/externals/icu/source/common/
H A Dumapfile.cpp144 OPEN_EXISTING, in uprv_mapFile()
162 OPEN_EXISTING, in uprv_mapFile()
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeFile.c244 DWORD create = OPEN_EXISTING; in deFile_create()
282 create = OPEN_EXISTING; in deFile_create()
/third_party/rust/crates/io-lifetimes/examples/
H A Dhello.rs71 OPEN_EXISTING, in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwin_if_list.c55 OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, in ndisuio_open()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwin_if_list.c55 OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, in ndisuio_open()
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-file.c47 NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL); in _lws_plat_file_open()
/third_party/python/Lib/asyncio/
H A Dwindows_utils.py64 address, access, 0, _winapi.NULL, _winapi.OPEN_EXISTING,
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Diowin32.c67 *lpdwCreationDisposition = OPEN_EXISTING; in win32_translate_open_mode()
73 *lpdwCreationDisposition = OPEN_EXISTING; in win32_translate_open_mode()

Completed in 15 milliseconds

123