HomeSort by relevance Sort by last modified time
    Searched defs:object_name (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/sandbox/win/src/
filesystem_interception.cc 303 UNICODE_STRING object_name; local
304 InitializeObjectAttributes(&object_attributes, &object_name, 0, NULL, NULL);
311 object_name.Buffer = file_rename_info->FileName;
312 object_name.Length = object_name.MaximumLength =
file_policy_test.cc 101 UNICODE_STRING object_name; local
102 RtlInitUnicodeString(&object_name, file.c_str());
105 InitializeObjectAttributes(&obj_attributes, &object_name,
136 UNICODE_STRING object_name; local
137 RtlInitUnicodeString(&object_name, file.c_str());
140 InitializeObjectAttributes(&obj_attributes, &object_name,
214 UNICODE_STRING object_name; local
216 RtlInitUnicodeString(&object_name, file.c_str());
219 InitializeObjectAttributes(&obj_attributes, &object_name,
  /external/chromium_org/base/process/
process_metrics_mac.cc 138 mach_port_t object_name; local
145 &object_name);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ncp_fs.h 90 void * object_name; /* an userspace data, in most cases user name */ member in struct:ncp_objectname_ioctl
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ncp_fs.h 90 void * object_name; /* an userspace data, in most cases user name */ member in struct:ncp_objectname_ioctl
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ncp_fs.h 90 void * object_name; /* an userspace data, in most cases user name */ member in struct:ncp_objectname_ioctl
  /external/chromium_org/chrome_frame/
chrome_tab.cc 604 std::wstring object_name = L"MACHINE\\"; local
605 object_name.append(mime_key);
614 backup.RestoreSecurity(object_name.c_str());
618 if (!AtlGetSecurityDescriptor(object_name.c_str(), SE_REGISTRY_KEY, &sd)) {
625 if (AtlSetOwnerSid(object_name.c_str(), SE_REGISTRY_KEY, token_.GetUser())) {
630 if (AtlSetDacl(object_name.c_str(), SE_REGISTRY_KEY, new_dacl)) {
635 backup.RestoreSecurity(object_name.c_str());
    [all...]
  /external/chromium_org/v8/src/
bootstrapper.cc 472 Handle<String> object_name = factory->Object_string(); local
476 factory->NewFunction(object_name, factory->null_value());
851 Handle<String> object_name = factory->Object_string(); local
    [all...]
  /external/v8/src/
bootstrapper.cc 468 Handle<String> object_name = Handle<String>(heap->Object_symbol()); local
472 factory->NewFunction(object_name, factory->null_value());
849 Handle<String> object_name = Handle<String>(heap->Object_symbol()); local
    [all...]

Completed in 1218 milliseconds