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

1 2 3 4

  /external/chromium_org/net/disk_cache/
cache_util_win.cc 37 name.value().c_str(), access, sharing, NULL, 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 41 argv[1], GENERIC_READ, kSharing, NULL, OPEN_EXISTING, 0, NULL));
43 argv[1], FILE_EXECUTE, kSharing, NULL, OPEN_EXISTING, 0, NULL));
50 argv[1], GENERIC_ALL, kSharing, NULL, OPEN_EXISTING, 0, NULL));
52 argv[1], GENERIC_READ | FILE_WRITE_DATA, kSharing, NULL, OPEN_EXISTING,
72 NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
574 OPEN_EXISTING, FILE_FLAG_BACKUP_SEMANTICS, NULL);
588 FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING,
win_utils_unittest.cc 40 OPEN_EXISTING, FILE_FLAG_BACKUP_SEMANTICS, NULL);
  /external/chromium_org/chrome/utility/image_writer/
image_writer_win.cc 22 OPEN_EXISTING,
67 OPEN_EXISTING,
121 OPEN_EXISTING,
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
fs.cc 26 OPEN_EXISTING,
  /external/chromium_org/components/metrics/
machine_id_provider_win.cc 52 OPEN_EXISTING,
  /external/chromium_org/mojo/embedder/
platform_channel_pair_win.cc 63 OPEN_EXISTING,
  /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,
adb_helper_routines.cpp 253 OPEN_EXISTING,
adb_legacy_endpoint_object.cpp 209 OPEN_EXISTING,
  /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/chromium_org/base/test/
test_file_util_win.cc 138 OPEN_EXISTING, FILE_FLAG_NO_BUFFERING, NULL));
204 OPEN_EXISTING, 0, NULL));
  /external/chromium_org/device/hid/
hid_connection_win.cc 105 OPEN_EXISTING,
115 OPEN_EXISTING,
hid_service_win.cc 205 OPEN_EXISTING,
216 OPEN_EXISTING,
  /external/chromium_org/net/disk_cache/blockfile/
file_win.cc 87 OPEN_EXISTING, FILE_FLAG_OVERLAPPED, NULL));
98 OPEN_EXISTING, 0, NULL));
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host_main.cc 143 input_pipe_name.c_str(), GENERIC_READ, 0, NULL, OPEN_EXISTING,
151 output_pipe_name.c_str(), GENERIC_WRITE, 0, NULL, OPEN_EXISTING,
  /external/chromium_org/third_party/lzma_sdk/
7zFile.c 44 writeMode ? CREATE_ALWAYS : OPEN_EXISTING,
68 writeMode ? CREATE_ALWAYS : OPEN_EXISTING,
  /external/lzma/C/
7zFile.c 44 writeMode ? CREATE_ALWAYS : OPEN_EXISTING,
68 writeMode ? CREATE_ALWAYS : OPEN_EXISTING,
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
Win32PipeStream.cpp 140 OPEN_EXISTING, // open existing pipe

Completed in 622 milliseconds

1 2 3 4