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

  /external/chromium_org/sandbox/win/src/
filesystem_policy.cc 64 base::string16 mod_name(name);
65 if (mod_name.empty()) {
71 if (0 != _wcsnicmp(mod_name.c_str(), kNTObjManPrefix, kNTObjManPrefixLen)) {
75 if (!PreProcessName(mod_name, &mod_name)) {
81 mod_name = FixNTPrefixForMatch(mod_name);
82 name = mod_name.c_str();
384 base::string16 mod_name = name; local
390 if (0 != mod_name.compare(0, kNTPrefixLen, kNTPrefix))
    [all...]
  /external/chromium_org/third_party/cython/src/pyximport/
pyximport.py 55 mod_name = "pyximport" variable
549 __main__.__name__ = mod_name
553 setattr(item, "__module__", mod_name)
  /external/libsepol/src/
link.c 2092 char *mod_name = cur->branch_list->module_name ? local
2151 char *mod_name = cur->branch_list->module_name ? local
2223 char *mod_name = decl->module_name ? local
    [all...]

Completed in 793 milliseconds