HomeSort by relevance Sort by last modified time
    Searched full:desired_access (Results 26 - 50 of 61) sorted by null

12 3

  /external/chromium_org/sandbox/win/src/
filesystem_interception.cc 19 PHANDLE file, ACCESS_MASK desired_access,
27 NTSTATUS status = orig_CreateFile(file, desired_access, object_attributes,
58 params[OpenFile::ACCESS] = ParamPickerMake(desired_access);
70 desired_access, file_attributes, sharing,
95 ACCESS_MASK desired_access,
100 NTSTATUS status = orig_OpenFile(file, desired_access, object_attributes,
129 params[OpenFile::ACCESS] = ParamPickerMake(desired_access);
139 desired_access, sharing, options, &answer);
process_thread_dispatcher.cc 158 bool ThreadProcessDispatcher::NtOpenThread(IPCInfo* ipc, DWORD desired_access,
162 desired_access, thread_id,
169 bool ThreadProcessDispatcher::NtOpenProcess(IPCInfo* ipc, DWORD desired_access,
173 desired_access, process_id,
181 DWORD desired_access) {
184 process, desired_access,
192 DWORD desired_access,
197 desired_access,
registry_policy_test.cc 49 REGSAM desired_access = 0;
52 desired_access = KEY_READ;
54 desired_access = KEY_ALL_ACCESS;
57 desired_access = KEY_ALL_ACCESS;
59 desired_access = MAXIMUM_ALLOWED;
67 result = ::RegCreateKeyEx(root, argv[3], 0, NULL, options, desired_access,
70 result = ::RegOpenKeyEx(root, argv[3], 0, desired_access, &key);
73 if (MAXIMUM_ALLOWED == desired_access) {
registry_dispatcher.cc 76 DWORD desired_access, DWORD title_index, DWORD create_options) {
97 params[OpenKey::ACCESS] = ParamPickerMake(desired_access);
106 attributes, root, desired_access,
122 DWORD desired_access) {
142 params[OpenKey::ACCESS] = ParamPickerMake(desired_access);
149 attributes, root, desired_access, &handle,
filesystem_dispatcher.cc 86 IPCInfo* ipc, base::string16* name, DWORD attributes, DWORD desired_access,
100 params[OpenFile::ACCESS] = ParamPickerMake(desired_access);
113 attributes, desired_access,
129 IPCInfo* ipc, base::string16* name, DWORD attributes, DWORD desired_access,
142 params[OpenFile::ACCESS] = ParamPickerMake(desired_access);
155 attributes, desired_access,
handle_dispatcher.cc 45 DWORD desired_access,
85 desired_access, options);
handle_policy.cc 59 DWORD desired_access,
85 target_handle, desired_access, FALSE,
sync_policy.h 45 uint32 desired_access,
filesystem_policy.cc 21 ACCESS_MASK desired_access,
35 NTSTATUS status = NtCreateFile(&local_handle, desired_access, obj_attributes,
234 uint32 desired_access,
252 *nt_status = NtCreateFileInTarget(handle, desired_access, &obj_attributes,
265 uint32 desired_access,
283 *nt_status = NtCreateFileInTarget(handle, desired_access, &obj_attributes,
filesystem_policy.h 45 uint32 desired_access,
63 uint32 desired_access,
target_services.h 52 DWORD desired_access,
sync_policy_test.cc 20 DWORD desired_access = SYNCHRONIZE;
22 desired_access = EVENT_ALL_ACCESS;
25 desired_access, FALSE, argv[1]));
policy_engine_params.h 34 // POLPARAM(DESIRED_ACCESS)
44 // p[open_params::DESIRED_ACCESS] = ParamPickerMake(DesiredAccess);
sync_policy.cc 220 uint32 desired_access,
241 status = NtOpenEvent(&local_handle, desired_access, &object_attributes);
target_services.cc 188 DWORD desired_access,
191 target_handle, desired_access, options);
  /development/host/windows/usb/api/
adb_helper_routines.cpp 30 ULONG* desired_access,
32 if (NULL != desired_access) {
35 *desired_access = GENERIC_READ | GENERIC_WRITE;
39 *desired_access = GENERIC_READ;
43 *desired_access = GENERIC_WRITE;
47 *desired_access = FILE_READ_ATTRIBUTES | FILE_READ_EA;
adb_legacy_endpoint_object.cpp 196 ULONG desired_access; local
200 &desired_access, &desired_sharing)) {
206 desired_access,
adb_helper_routines.h 31 @param[out] desired_access Will receive SDK - complient desired access
40 ULONG* desired_access,
  /external/chromium_org/remoting/host/win/
launch_process_with_token.cc 123 // The returned handle will have |desired_access| rights.
124 bool CopyProcessToken(DWORD desired_access, ScopedHandle* token_out) {
127 TOKEN_DUPLICATE | desired_access,
135 desired_access,
151 DWORD desired_access = TOKEN_ADJUST_PRIVILEGES | TOKEN_IMPERSONATE | local
153 if (!CopyProcessToken(desired_access, &privileged_token)) {
186 // the SDK. |desired_access| below is effectively PROCESS_ALL_ACCESS from
188 DWORD desired_access = local
204 OpenProcess(desired_access,
216 // the SDK. |desired_access| below is effectively THREAD_ALL_ACCESS fro
218 DWORD desired_access = local
414 DWORD desired_access = TOKEN_ADJUST_DEFAULT | TOKEN_ADJUST_SESSIONID | local
    [all...]
unprivileged_process_delegate.cc 159 DWORD desired_access = local
170 desired_access, &security_attributes));
182 desired_access = DESKTOP_READOBJECTS | DESKTOP_CREATEWINDOW |
194 handles.SetDesktop(CreateDesktop(L"Default", NULL, NULL, 0, desired_access,
404 DWORD desired_access = local
411 desired_access,
  /external/chromium/chrome/common/
zip.cc 117 DWORD desired_access, creation_disposition; local
122 desired_access = share_mode = flags_and_attributes = 0;
125 desired_access = GENERIC_READ;
129 desired_access = GENERIC_WRITE | GENERIC_READ;
132 desired_access = GENERIC_WRITE | GENERIC_READ;
137 if ((filename != NULL) && (desired_access != 0)) {
138 file = CreateFile(filename_wstr.c_str(), desired_access, share_mode,
  /external/chromium_org/chrome/test/chromedriver/chrome/
zip_internal.cc 38 DWORD desired_access, creation_disposition; local
43 desired_access = share_mode = flags_and_attributes = 0;
46 desired_access = GENERIC_READ;
50 desired_access = GENERIC_WRITE | GENERIC_READ;
53 desired_access = GENERIC_WRITE | GENERIC_READ;
58 if ((filename != NULL) && (desired_access != 0)) {
59 file = CreateFile(filename16.c_str(), desired_access, share_mode,
  /external/chromium_org/third_party/zlib/google/
zip_internal.cc 38 DWORD desired_access, creation_disposition; local
43 desired_access = share_mode = flags_and_attributes = 0;
46 desired_access = GENERIC_READ;
50 desired_access = GENERIC_WRITE | GENERIC_READ;
53 desired_access = GENERIC_WRITE | GENERIC_READ;
58 if ((filename != NULL) && (desired_access != 0)) {
59 file = CreateFile(filename16.c_str(), desired_access, share_mode,
  /external/chromium_org/remoting/host/
daemon_process_win.cc 215 DWORD desired_access = SERVICE_CHANGE_CONFIG | SERVICE_QUERY_STATUS; local
217 OpenService(scmanager, kWindowsServiceName, desired_access));
  /external/chromium_org/sandbox/win/tools/finder/
finder.h 120 // Calls func_to_call with the parameters desired_access, object_attributes
123 NTSTATUS NtGenericOpen(ACCESS_MASK desired_access,

Completed in 2349 milliseconds

12 3