HomeSort by relevance Sort by last modified time
    Searched refs:OPEN_EXISTING (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/compiler-rt/test/asan/TestCases/Windows/
bind_io_completion_callback.cc 50 OPEN_EXISTING,
  /external/expat/xmlwf/
win32filemap.c 64 f = CreateFile(name, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING,
  /external/syslinux/win/
ntfstest.c 77 OPEN_EXISTING,
  /development/host/windows/usb/api/
adb_legacy_interface.cpp 44 OPEN_EXISTING,
116 OPEN_EXISTING,
179 OPEN_EXISTING,
adb_helper_routines.cpp 253 OPEN_EXISTING,
adb_legacy_endpoint_object.cpp 209 OPEN_EXISTING,
  /external/libbrillo/brillo/streams/
file_stream.h 27 OPEN_EXISTING, // Open existing file only. Fail if doesn't exist.
61 // - OPEN_EXISTING - opens the existing file and keeps its content intact.
  /external/libevent/sample/
event-read-fifo.c 96 OPEN_EXISTING, /* existing file only */
  /external/libmojo/mojo/edk/embedder/
platform_channel_pair_win.cc 59 &security_attributes, OPEN_EXISTING, kFlags,
  /external/wpa_supplicant_8/wpa_supplicant/
win_if_list.c 55 OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL,
  /system/update_engine/common/
file_fetcher.cc 74 brillo::FileStream::Disposition::OPEN_EXISTING,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
7zFile.c 46 writeMode ? CREATE_ALWAYS : OPEN_EXISTING,
70 writeMode ? CREATE_ALWAYS : OPEN_EXISTING,
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_client.cc 287 OPEN_EXISTING,
380 0, NULL, OPEN_EXISTING,
  /external/google-breakpad/src/client/windows/unittests/
crash_generation_server_test.cc 110 OPEN_EXISTING,
124 OPEN_EXISTING,
dump_analysis.cc 56 OPEN_EXISTING,
  /external/gptfdisk/
diskio-windows.cc 64 NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
92 FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING,
  /external/lzma/C/
7zFile.c 46 writeMode ? CREATE_ALWAYS : OPEN_EXISTING,
70 writeMode ? CREATE_ALWAYS : OPEN_EXISTING,
  /external/lzma/CPP/Windows/
FileIO.h 118 if (!file.Create(path, 0, FILE_SHARE_READ, OPEN_EXISTING, FILE_FLAG_BACKUP_SEMANTICS))
174 return Open(fileName, FILE_SHARE_READ, OPEN_EXISTING,
  /external/ltp/testcases/kernel/io/disktest/
io.c 133 OPEN_DISPO = OPEN_EXISTING;
  /external/pdfium/core/fxcrt/
cfx_fileaccess_windows.cpp 28 dwCreation = OPEN_EXISTING;
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
platformtest.cpp 138 HANDLE file = CreateFile(filename_, GENERIC_READ, 0, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
WinNtSimpleFileSystem.c 604 OPEN_EXISTING,
1109 OPEN_EXISTING,
1167 OPEN_EXISTING,
1179 OPEN_EXISTING,
    [all...]
  /external/deqp/framework/delibs/deutil/
deFile.c 244 DWORD create = OPEN_EXISTING;
282 create = OPEN_EXISTING;
  /external/icu/icu4c/source/common/
umapfile.cpp 111 OPEN_EXISTING,
133 file = CreateFile2(utf16Path, GENERIC_READ, FILE_SHARE_READ, OPEN_EXISTING, NULL);
  /prebuilts/go/darwin-x86/src/internal/poll/
fd_windows_test.go 88 syscall.OPEN_EXISTING,

Completed in 1050 milliseconds

1 2 3 4 5