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

1 2 3 4

  /external/chromium_org/sandbox/win/src/
interception_agent.h 48 bool OnDllLoad(const UNICODE_STRING* full_path, const UNICODE_STRING* name,
62 bool DllMatch(const UNICODE_STRING* full_path, const UNICODE_STRING* name,
sandbox_utils.h 21 UNICODE_STRING* uni_name);
sandbox_utils.cc 18 UNICODE_STRING* uni_name) {
sandbox_nt_util.h 125 // UNICODE_STRING* name = GetPEImageInfoFromModule(HMODULE module, &flags);
132 UNICODE_STRING* GetImageInfoFromModule(HMODULE module, uint32* flags);
138 UNICODE_STRING* GetBackingFilePath(PVOID address);
144 UNICODE_STRING* ExtractModuleName(const UNICODE_STRING* module_path);
150 // Converts an ansi string to an UNICODE_STRING.
151 UNICODE_STRING* AnsiToUnicode(const char* string);
target_interceptions.cc 47 UNICODE_STRING* module_name =
49 UNICODE_STRING* file_name = GetBackingFilePath(*base);
sync_policy.cc 41 UNICODE_STRING symbolic_link_directory_string = {};
57 UNICODE_STRING name_string = {};
70 UNICODE_STRING target_path = {};
121 UNICODE_STRING directory_name = {};
198 UNICODE_STRING unicode_event_name = {};
235 UNICODE_STRING unicode_event_name = {};
sandbox_nt_util.cc 331 UNICODE_STRING* AnsiToUnicode(const char* string) {
341 sizeof(UNICODE_STRING);
343 UNICODE_STRING* out_string = reinterpret_cast<UNICODE_STRING*>(
363 UNICODE_STRING* GetImageInfoFromModule(HMODULE module, uint32* flags) {
364 UNICODE_STRING* out_name = NULL;
394 UNICODE_STRING* GetBackingFilePath(PVOID address) {
422 return reinterpret_cast<UNICODE_STRING*>(section_name);
426 UNICODE_STRING* ExtractModuleName(const UNICODE_STRING* module_path)
    [all...]
interception_agent.cc 63 bool InterceptionAgent::DllMatch(const UNICODE_STRING* full_path,
64 const UNICODE_STRING* name,
66 UNICODE_STRING current_name;
84 bool InterceptionAgent::OnDllLoad(const UNICODE_STRING* full_path,
85 const UNICODE_STRING* name,
policy_engine_opcodes.cc 15 UNICODE_STRING* ustring) {
316 UNICODE_STRING match_ustr;
318 UNICODE_STRING source_ustr;
330 UNICODE_STRING match_ustr;
332 UNICODE_STRING source_ustr;
nt_internals.h 41 } UNICODE_STRING;
42 typedef UNICODE_STRING *PUNICODE_STRING;
43 typedef const UNICODE_STRING *PCUNICODE_STRING;
445 UNICODE_STRING SectionFileName;
475 UNICODE_STRING ObjectName;
476 UNICODE_STRING ObjectTypeName;
489 UNICODE_STRING TypeName;
518 UNICODE_STRING Name;
562 UNICODE_STRING ObjectName;
filesystem_policy.cc 246 UNICODE_STRING uni_name = {0};
277 UNICODE_STRING uni_name = {0};
306 UNICODE_STRING uni_name = {0};
331 UNICODE_STRING uni_name = {0};
policy_engine_params.h 164 class ParameterSetEx<UNICODE_STRING> : public ParameterSet {
registry_policy.cc 58 UNICODE_STRING* class_name,
191 UNICODE_STRING uni_name = {0};
216 UNICODE_STRING uni_name = {0};
  /external/chromium_org/third_party/icu/source/i18n/
tolowtrn.cpp 29 CaseMapTransliterator(UNICODE_STRING("Any-Lower", 9), ucase_toFullLower)
toupptrn.cpp 29 CaseMapTransliterator(UNICODE_STRING("Any-Upper", 9), ucase_toFullUpper)
smpdtfst.cpp 38 fDateIgnorables = new UnicodeSet(UNICODE_STRING("[-,./[:whitespace:]]", 20), status);
39 fTimeIgnorables = new UnicodeSet(UNICODE_STRING("[-.:[:whitespace:]]", 19), status);
40 fOtherIgnorables = new UnicodeSet(UNICODE_STRING("[:whitespace:]", 14), status);
uni2name.cpp 35 Transliterator(UNICODE_STRING("Any-Name", 8), adoptedFilter) {
brktrans.cpp 39 Transliterator(UNICODE_STRING("Any-BreakInternal", 17), adoptedFilter),
titletrn.cpp 29 CaseMapTransliterator(UNICODE_STRING("Any-Title", 9), NULL)
  /external/icu/icu4c/source/i18n/
tolowtrn.cpp 29 CaseMapTransliterator(UNICODE_STRING("Any-Lower", 9), ucase_toFullLower)
toupptrn.cpp 29 CaseMapTransliterator(UNICODE_STRING("Any-Upper", 9), ucase_toFullUpper)
smpdtfst.cpp 38 fDateIgnorables = new UnicodeSet(UNICODE_STRING("[-,./[:whitespace:]]", 20), status);
39 fTimeIgnorables = new UnicodeSet(UNICODE_STRING("[-.:[:whitespace:]]", 19), status);
40 fOtherIgnorables = new UnicodeSet(UNICODE_STRING("[:whitespace:]", 14), status);
uni2name.cpp 35 Transliterator(UNICODE_STRING("Any-Name", 8), adoptedFilter) {
  /external/chromium_org/sandbox/win/tools/finder/
ntundoc.h 18 } UNICODE_STRING;
21 UNICODE_STRING ObjectName;
22 UNICODE_STRING ObjectTypeName;
29 UNICODE_STRING *ObjectName;
44 UNICODE_STRING TypeName;
59 UNICODE_STRING Name;
84 UNICODE_STRING ObjectName;
  /external/chromium_org/third_party/icu/source/common/
rbbisetb.cpp 445 UnicodeString setName = UNICODE_STRING("anon", 4);
485 UnicodeString setName = UNICODE_STRING("anon", 4);
536 setName = UNICODE_STRING("anonymous", 9);
684 if (setName.compare(UNICODE_STRING("dictionary", 10)) == 0) { // TODO: no string literals.

Completed in 4789 milliseconds

1 2 3 4