Home
last modified time | relevance | path

Searched refs:oldroot (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsemanage/src/
Dboolean_record.c93 char *oldroot; in hidden_def() local
102 oldroot = strdup(selinux_root); in hidden_def()
103 if (!oldroot) in hidden_def()
105 olddir = strdup(oldroot); in hidden_def()
117 if (strcmp(oldroot, newroot)) { in hidden_def()
129 if (strcmp(oldroot, newroot)) { in hidden_def()
130 rc = selinux_set_policy_root(oldroot); in hidden_def()
138 free(oldroot); in hidden_def()
/external/python/cpython3/Lib/
Dfunctools.py554 oldroot = root
555 oldroot[KEY] = key
556 oldroot[RESULT] = result
563 root = oldroot[NEXT]
572 cache[key] = oldroot
/external/minijail/
Dlibminijail.c1588 int oldroot, newroot; in enter_pivot_root() local
1596 oldroot = open("/", O_DIRECTORY | O_RDONLY | O_CLOEXEC); in enter_pivot_root()
1597 if (oldroot < 0) in enter_pivot_root()
1618 if (fchdir(oldroot)) in enter_pivot_root()
1638 if (close(oldroot)) in enter_pivot_root()
/external/u-boot/scripts/kconfig/
Dqconf.cc559 struct menu *oldroot; in setParentMenu() local
561 oldroot = rootEntry; in setParentMenu()
569 if (item->menu == oldroot) { in setParentMenu()
/external/antlr/runtime/Cpp/include/
Dantlr3commontreeadaptor.inl143 * is a flat list (nill rooted tree). All children of oldroot are added to
148 // If the oldroot tree was a nil node, then we know at this point