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

1 2 3 4 5

  /external/chromium_org/net/disk_cache/
cache_util_win.cc 37 name.value().c_str(), access, sharing, NULL, OPEN_EXISTING, 0, NULL));
file_win.cc 85 OPEN_EXISTING, FILE_FLAG_OVERLAPPED, NULL);
95 OPEN_EXISTING, 0, NULL);
  /external/chromium_org/sandbox/win/tools/finder/
finder_fs.cc 61 OPEN_EXISTING,
81 OPEN_EXISTING,
101 OPEN_EXISTING,
  /external/chromium_org/sandbox/win/src/
policy_engine_unittest.cc 49 opcode_maker.MakeOpNumberMatch(CreationDispositionArg, OPEN_EXISTING,
64 unsigned long creation_mode = OPEN_EXISTING;
handle_inheritance_test.cc 33 &attrs, OPEN_EXISTING, 0, NULL);
file_policy_test.cc 40 argv[1], GENERIC_READ, kSharing, NULL, OPEN_EXISTING, 0, NULL));
42 argv[1], FILE_EXECUTE, kSharing, NULL, OPEN_EXISTING, 0, NULL));
49 argv[1], GENERIC_ALL, kSharing, NULL, OPEN_EXISTING, 0, NULL));
51 argv[1], GENERIC_READ | FILE_WRITE_DATA, kSharing, NULL, OPEN_EXISTING,
71 NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
573 OPEN_EXISTING, FILE_FLAG_BACKUP_SEMANTICS, NULL);
587 FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING,
win_utils_unittest.cc 40 OPEN_EXISTING, FILE_FLAG_BACKUP_SEMANTICS, NULL);
  /external/chromium/net/disk_cache/
cache_util_win.cc 71 name.value().c_str(), access, sharing, NULL, OPEN_EXISTING, 0, NULL));
file_win.cc 82 OPEN_EXISTING, FILE_FLAG_OVERLAPPED, NULL);
92 OPEN_EXISTING, 0, NULL);
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
fs.cc 26 OPEN_EXISTING,
  /external/chromium/base/test/
test_file_util_win.cc 44 OPEN_EXISTING, FILE_FLAG_NO_BUFFERING, NULL));
110 OPEN_EXISTING, 0, NULL));
  /external/chromium/third_party/libevent/sample/
event-test.c 80 OPEN_EXISTING, // existing file only
  /external/chromium_org/third_party/libevent/sample/
event-test.c 80 OPEN_EXISTING, // existing file only
  /development/host/windows/usb/api/
adb_legacy_interface.cpp 44 OPEN_EXISTING,
116 OPEN_EXISTING,
179 OPEN_EXISTING,
  /external/chromium/base/
sync_socket_win.cc 77 OPEN_EXISTING, // opens existing pipe.
  /external/chromium_org/chrome/installer/util/
copy_tree_work_item.cc 133 NULL, NULL, OPEN_EXISTING, NULL, NULL);
  /external/chromium_org/cloud_print/service/win/
service_listener.cc 90 0, NULL, OPEN_EXISTING,
  /external/chromium_org/remoting/host/
ipc_util_win.cc 76 OPEN_EXISTING,
  /external/wpa_supplicant_8/wpa_supplicant/
win_if_list.c 55 OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL,
  /external/chromium/chrome/common/
zip.cc 126 creation_disposition = OPEN_EXISTING;
130 creation_disposition = OPEN_EXISTING;
  /external/chromium_org/base/test/
test_file_util_win.cc 140 OPEN_EXISTING, FILE_FLAG_NO_BUFFERING, NULL));
206 OPEN_EXISTING, 0, NULL));
  /external/chromium_org/chrome/test/chromedriver/chrome/
zip_internal.cc 47 creation_disposition = OPEN_EXISTING;
51 creation_disposition = OPEN_EXISTING;
  /external/chromium_org/third_party/lzma_sdk/
7zFile.c 44 writeMode ? CREATE_ALWAYS : OPEN_EXISTING,
68 writeMode ? CREATE_ALWAYS : OPEN_EXISTING,
  /external/chromium_org/third_party/zlib/google/
zip_internal.cc 47 creation_disposition = OPEN_EXISTING;
51 creation_disposition = OPEN_EXISTING;
  /external/lzma/C/
7zFile.c 44 writeMode ? CREATE_ALWAYS : OPEN_EXISTING,
68 writeMode ? CREATE_ALWAYS : OPEN_EXISTING,

Completed in 412 milliseconds

1 2 3 4 5