Home
last modified time | relevance | path

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

1234

/external/curl/src/
Dtool_filetime.c43 NULL, OPEN_EXISTING, 0, NULL); in getfiletime()
109 NULL, OPEN_EXISTING, 0, NULL); in setfiletime()
/external/google-breakpad/src/client/windows/unittests/
Dcrash_generation_server_test.cc110 OPEN_EXISTING, in FaultyClient()
124 OPEN_EXISTING, in FaultyClient()
Ddump_analysis.cc56 OPEN_EXISTING, in EnsureDumpMapped()
/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/compiler-rt/test/asan/TestCases/Windows/
Dbind_io_completion_callback.cc50 OPEN_EXISTING, in main()
/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()
DFileDir.cpp85 NULL, OPEN_EXISTING, FILE_FLAG_BACKUP_SEMANTICS, NULL); in SetDirTime()
92 NULL, OPEN_EXISTING, FILE_FLAG_BACKUP_SEMANTICS, NULL); in SetDirTime()
/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/C/
D7zFile.c46 writeMode ? CREATE_ALWAYS : OPEN_EXISTING, in File_Open()
70 writeMode ? CREATE_ALWAYS : OPEN_EXISTING, in File_OpenW()
/external/expat/xmlwf/
Dwin32filemap.c63 f = CreateFile(name, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, in filemap()
/external/v8/third_party/zlib/google/
Dzip_internal.cc49 creation_disposition = OPEN_EXISTING; in ZipOpenFunc()
53 creation_disposition = OPEN_EXISTING; in ZipOpenFunc()
/external/zlib/google/
Dzip_internal.cc47 creation_disposition = OPEN_EXISTING; in ZipOpenFunc()
51 creation_disposition = OPEN_EXISTING; in ZipOpenFunc()
/external/libchrome/mojo/public/cpp/platform/
Dnamed_platform_channel_win.cc99 OPEN_EXISTING, kFlags, nullptr))); in CreateClientEndpoint()
/external/libevent/sample/
Devent-read-fifo.c96 OPEN_EXISTING, /* existing file only */ in main()
/external/deqp/framework/delibs/deutil/
DdeFile.c244 DWORD create = OPEN_EXISTING; in deFile_create()
282 create = OPEN_EXISTING; in deFile_create()
/external/icu/icu4c/source/common/
Dumapfile.cpp144 OPEN_EXISTING, in uprv_mapFile()
162 OPEN_EXISTING, in uprv_mapFile()
/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/libbrillo/brillo/streams/
Dfile_stream.h27 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/pdfium/core/fxcrt/
Dcfx_fileaccess_windows.cpp27 dwCreation = OPEN_EXISTING; in GetFileMode()
/external/python/cpython2/Lib/multiprocessing/
Dconnection.py226 address, access, 0, win32.NULL, win32.OPEN_EXISTING, 0, win32.NULL
390 0, win32.NULL, win32.OPEN_EXISTING, 0, win32.NULL
/external/zlib/contrib/minizip/
Diowin32.c69 *lpdwCreationDisposition = OPEN_EXISTING; in win32_translate_open_mode()
75 *lpdwCreationDisposition = OPEN_EXISTING; in win32_translate_open_mode()
/external/v8/third_party/zlib/contrib/minizip/
Diowin32.c67 *lpdwCreationDisposition = OPEN_EXISTING; in win32_translate_open_mode()
73 *lpdwCreationDisposition = OPEN_EXISTING; in win32_translate_open_mode()
/external/libtextclassifier/native/lang_id/common/file/
Dmmap.cc83 OPEN_EXISTING, // Existing file only. in MmapFile()

1234