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

  /art/dexoptanalyzer/
dexoptanalyzer.cc 197 std::string context_str = option.substr(strlen("--class-loader-context=")).ToString(); local
198 class_loader_context_ = ClassLoaderContext::Create(context_str);
200 Usage("Invalid --class-loader-context '%s'", context_str.c_str());
  /art/runtime/
oat_file_assistant_test.cc 1403 std::string context_str = "PCL[" + context_location + "]"; local
1470 std::string context_str = "PCL[" + context_location + "]"; local
1501 std::string context_str = "PCL[" + context_location + "]"; local
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 436 def context_str(*args): function
437 return _selinux.context_str(*args)
438 context_str = _selinux.context_str variable
    [all...]
  /external/selinux/libsepol/cil/src/
cil_internal.h 430 char *context_str; member in struct:cil_sidcontext
736 char *context_str; member in struct:cil_filecon
750 char *context_str; member in struct:cil_ibpkeycon
758 char *context_str; member in struct:cil_portcon
767 char *context_str; member in struct:cil_nodecon
783 char *context_str; member in struct:cil_genfscon
793 char *context_str; member in struct:cil_netifcon
799 char *context_str; member in struct:cil_ibendportcon
804 char *context_str; member in struct:cil_pirqcon
811 char *context_str; member in struct:cil_iomemcon
818 char *context_str; member in struct:cil_ioportcon
824 char *context_str; member in struct:cil_pcidevicecon
830 char *context_str; member in struct:cil_devicetreecon
845 char *context_str; member in struct:cil_fsuse
    [all...]

Completed in 224 milliseconds