Searched defs:uni_name (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dsandbox_utils.cc18 UNICODE_STRING* uni_name) {
26 RtlInitUnicodeString(uni_name, name.c_str());
27 InitializeObjectAttributes(obj_attr, uni_name, attributes, root, NULL);
14 InitObjectAttribs(const base::string16& name, ULONG attributes, HANDLE root, OBJECT_ATTRIBUTES* obj_attr, UNICODE_STRING* uni_name) argument
H A Dregistry_policy.cc191 UNICODE_STRING uni_name = {0}; local
194 &uni_name);
216 UNICODE_STRING uni_name = {0}; local
219 &uni_name);
H A Dfilesystem_policy.cc249 UNICODE_STRING uni_name = {0}; local
251 InitObjectAttribs(file, attributes, NULL, &obj_attributes, &uni_name);
280 UNICODE_STRING uni_name = {0}; local
282 InitObjectAttribs(file, attributes, NULL, &obj_attributes, &uni_name);
309 UNICODE_STRING uni_name = {0}; local
311 InitObjectAttribs(file, attributes, NULL, &obj_attributes, &uni_name);
334 UNICODE_STRING uni_name = {0}; local
336 InitObjectAttribs(file, attributes, NULL, &obj_attributes, &uni_name);

Completed in 70 milliseconds