Home
last modified time | relevance | path

Searched refs:oldroot (Results 1 – 4 of 4) 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.py593 oldroot = root
594 oldroot[KEY] = key
595 oldroot[RESULT] = result
602 root = oldroot[NEXT]
611 cache[key] = oldroot
/external/minijail/
Dlibminijail.c1755 int oldroot, newroot; in enter_pivot_root() local
1763 oldroot = open("/", O_DIRECTORY | O_RDONLY | O_CLOEXEC); in enter_pivot_root()
1764 if (oldroot < 0) in enter_pivot_root()
1785 if (fchdir(oldroot)) in enter_pivot_root()
1805 if (close(oldroot)) in enter_pivot_root()
/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