HomeSort by relevance Sort by last modified time
    Searched full:new_context (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/selinux/libselinux/src/
query_user_context.c 117 context_t new_context; /* The new context chosen by the user */ local
124 new_context = context_new("user:role:type:level");
126 new_context = context_new("user:role:type");
128 if (!new_context)
135 context_free(new_context);
140 if (context_user_set(new_context, user)) {
141 context_free(new_context);
145 if (context_role_set(new_context, role)) {
146 context_free(new_context);
150 if (context_type_set(new_context, type))
    [all...]
  /external/selinux/policycoreutils/newrole/
newrole.c 627 security_context_t new_context, const char *ttyn)
639 new_context ? new_context : "?") < 0) {
662 security_context_t new_context
678 static int relabel_tty(const char *ttyn, security_context_t new_context,
712 (security_compute_relabel(new_context, tty_con,
787 * new_context will be set to valid values, otherwise its value
794 security_context_t * new_context,
806 context_t context = NULL; /* manipulatable form of new_context */
947 *new_context = strdup(new_con)
998 security_context_t new_context = NULL; \/* target security context *\/ local
    [all...]
  /external/lldb/source/Target/
ThreadPlanStepRange.cpp 153 SymbolContext new_context(frame->GetSymbolContext(eSymbolContextEverything));
154 if (m_addr_context.line_entry.IsValid() && new_context.line_entry.IsValid())
156 if (m_addr_context.line_entry.file == new_context.line_entry.file)
158 if (m_addr_context.line_entry.line == new_context.line_entry.line)
160 m_addr_context = new_context;
176 else if (new_context.line_entry.range.GetBaseAddress().GetLoadAddress(m_thread.CalculateTarget().get())
183 m_addr_context = new_context;
198 new_context.line_entry.line,
  /external/selinux/policycoreutils/run_init/
run_init.c 349 security_context_t new_context; /* context for the init script context */ local
387 if (get_init_context(&new_context) == 0) {
389 printf("context is %s\n", new_context);
404 if (setexeccon(new_context) < 0) {
406 new_context);
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ContextHandler.java     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py     [all...]
  /external/selinux/policycoreutils/po/
ar.po 1169 msgid "Unable to allocate memory for new_context"
1170 msgstr "??? ???? ??? ????? ????? ??new_context"
    [all...]
as.po     [all...]
bn_IN.po     [all...]
bs.po 1170 msgid "Unable to allocate memory for new_context"
1171 msgstr "Dodjeljivanje memorije za new_context nije mogu?e"
    [all...]
ca.po     [all...]
da.po     [all...]
en_GB.po     [all...]
gu.po     [all...]
hi.po     [all...]
hr.po     [all...]
ja.po 1196 msgid "Unable to allocate memory for new_context"
1197 msgstr "new_context ??????????????????"
    [all...]
kn.po     [all...]
mai.po 1165 msgid "Unable to allocate memory for new_context"
1166 msgstr "new_context ? ??? ?????? ?????? ?????? ?????"
    [all...]
mk.po     [all...]
mr.po     [all...]
nl.po     [all...]
pa.po     [all...]
pt.po     [all...]

Completed in 1954 milliseconds

1 2 3 4 5 6