Home
last modified time | relevance | path

Searched refs:OPEN_EXISTING (Results 1 – 25 of 96) sorted by relevance

1234

/external/curl/src/
Dtool_filetime.c46 NULL, OPEN_EXISTING, 0, NULL); in getfiletime()
115 NULL, OPEN_EXISTING, 0, NULL); in setfiletime()
/external/flac/src/share/grabbag/
Dfile.c137 …h1 = CreateFile_utf8(f1, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL… in grabbag__file_are_same()
138 …h2 = CreateFile_utf8(f2, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL… in grabbag__file_are_same()
/external/llvm-project/lld/test/ELF/
Dlink-open-file.test34 OPEN_EXISTING = 0x3
40 None, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, None)
/external/gptfdisk/
Ddiskio-windows.cc64 NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL); in OpenForRead()
92 FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, in OpenForWrite()
/external/google-breakpad/src/client/windows/unittests/
Dcrash_generation_server_test.cc107 OPEN_EXISTING, in FaultyClient()
121 OPEN_EXISTING, in FaultyClient()
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/
Dbind_io_completion_callback.cpp45 OPEN_EXISTING, in main()
/external/compiler-rt/test/asan/TestCases/Windows/
Dbind_io_completion_callback.cc50 OPEN_EXISTING, in main()
/external/perfetto/src/profiling/symbolizer/
Dscoped_read_mmap_windows.cc30 OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, nullptr); in ScopedReadMmap()
Dfilesystem_windows.cc58 OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, nullptr); in GetFileSize()
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_client.cc287 OPEN_EXISTING, in ConnectToPipe()
380 0, NULL, OPEN_EXISTING, in DuplicatePipeToClientProcess()
/external/lzma/CPP/Windows/
DFileIO.h122 if (!file.Create(path, 0, FILE_SHARE_READ, OPEN_EXISTING, FILE_FLAG_BACKUP_SEMANTICS)) in GetFileInformation()
183 FILE_SHARE_READ, OPEN_EXISTING, in OpenReparse()
/external/expat/xmlwf/
Dwin32filemap.c63 f = CreateFile(name, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, in filemap()
/external/lzma/C/
D7zFile.c46 writeMode ? CREATE_ALWAYS : OPEN_EXISTING, in File_Open()
70 writeMode ? CREATE_ALWAYS : OPEN_EXISTING, in File_OpenW()
/external/libevent/sample/
Devent-read-fifo.c96 OPEN_EXISTING, /* existing file only */ in main()
/external/zlib/google/
Dzip_internal.cc49 creation_disposition = OPEN_EXISTING; in ZipOpenFunc()
53 creation_disposition = OPEN_EXISTING; in ZipOpenFunc()
/external/angle/third_party/zlib/google/
Dzip_internal.cc49 creation_disposition = OPEN_EXISTING; in ZipOpenFunc()
53 creation_disposition = OPEN_EXISTING; in ZipOpenFunc()
/external/icu/icu4c/source/common/
Dumapfile.cpp144 OPEN_EXISTING, in uprv_mapFile()
162 OPEN_EXISTING, in uprv_mapFile()
/external/deqp/framework/delibs/deutil/
DdeFile.c244 DWORD create = OPEN_EXISTING; in deFile_create()
282 create = OPEN_EXISTING; in deFile_create()
/external/harfbuzz_ng/src/
Dhb-blob.cc594 OPEN_EXISTING, &ceparams); in hb_blob_create_from_file()
598 OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL|FILE_FLAG_OVERLAPPED, in hb_blob_create_from_file()
/external/llvm-project/lldb/source/Host/windows/
DPipeWindows.cpp190 OPEN_EXISTING, FILE_FLAG_OVERLAPPED, NULL); in OpenNamedPipe()
200 OPEN_EXISTING, FILE_FLAG_OVERLAPPED, NULL); in OpenNamedPipe()
DFileSystem.cpp61 OPEN_EXISTING, FILE_FLAG_OPEN_REPARSE_POINT, NULL); in Readlink()
/external/libbrillo/brillo/streams/
Dfile_stream.h29 OPEN_EXISTING, // Open existing file only. Fail if doesn't exist. enumerator
/external/wpa_supplicant_8/wpa_supplicant/
Dwin_if_list.c55 OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, in ndisuio_open()
/external/ltp/testcases/kernel/io/disktest/
Dio.c133 OPEN_DISPO = OPEN_EXISTING; in Open()
/external/libwebsockets/lib/plat/windows/
Dwindows-file.c47 NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL); in _lws_plat_file_open()

1234