/external/kmod/testsuite/ |
path.c | 37 static const char *rootpath; variable 60 memcpy(buf, rootpath, rootpathlen); 67 if (rootpath != NULL) 70 rootpath = getenv(S_TC_ROOTFS); 71 if (rootpath == NULL) { 77 rootpathlen = strlen(rootpath);
|
/external/catch2/.conan/test_package/ |
conanfile.py | 17 assert os.path.isfile(os.path.join(self.deps_cpp_info["Catch2"].rootpath, "licenses", "LICENSE.txt"))
|
/external/selinux/policycoreutils/setfiles/ |
restore.h | 39 char *rootpath; member in struct:restore_opts
|
restore.c | 52 if (r_opts->rootpath) { 53 rc = selinux_restorecon_set_alt_rootpath(r_opts->rootpath);
|
setfiles.c | 77 r_opts.rootpath = strdup(arg); 78 if (!r_opts.rootpath) { 80 "%s: insufficient memory for r_opts.rootpath\n", 350 if (r_opts.rootpath) {
|
/external/selinux/restorecond/ |
restore.h | 45 char *rootpath; member in struct:restore_opts
|
restore.c | 46 if (r_opts->rootpath) { 47 rc = selinux_restorecon_set_alt_rootpath(r_opts->rootpath);
|
/external/selinux/libsemanage/tests/ |
test_semanage_store.c | 47 const char *rootpath = "./test-policy"; variable 62 err = mkdir(rootpath, S_IRUSR | S_IWUSR | S_IXUSR); 91 err = semanage_check_init(sh, rootpath); 118 err = rmdir(rootpath);
|
/external/selinux/libselinux/src/ |
selinux_restorecon.c | 50 static char *rootpath = NULL; variable 608 if (rootpath) { 609 if (strncmp(rootpath, lookup_path, rootpathlen) != 0) { 612 lookup_path, rootpath); 618 if (rootpath != NULL && lookup_path[0] == '\0') 1113 /* selinux_restorecon_set_alt_rootpath(3) sets an alternate rootpath. */ 1119 if (rootpath) 1120 free(rootpath); 1122 rootpath = strdup(alt_rootpath); 1123 if (!rootpath) { [all...] |
/external/selinux/libselinux/include/selinux/ |
selinux.h | 530 extern int selinux_set_policy_root(const char *rootpath);
|
/external/icu/icu4c/source/tools/tzcode/ |
tz2icu.cpp | 1433 string rootpath, zonetab, version; local [all...] |
/external/autotest/client/cros/power/ |
power_status.py | 165 def __init__(self, rootpath=None): 166 if not rootpath: 167 rootpath = self.path 168 for subpath1 in glob.glob('%s/hwmon*' % rootpath): 181 super(ThermalStatHwmon, self).__init__(self.thermal_fields, rootpath) [all...] |