Home
last modified time | relevance | path

Searched refs:rootpath (Results 1 – 21 of 21) sorted by relevance

/external/kmod/testsuite/
Dpath.c37 static const char *rootpath; variable
60 memcpy(buf, rootpath, rootpathlen); in trap_path()
67 if (rootpath != NULL) in get_rootpath()
70 rootpath = getenv(S_TC_ROOTFS); in get_rootpath()
71 if (rootpath == NULL) { in get_rootpath()
77 rootpathlen = strlen(rootpath); in get_rootpath()
/external/selinux/libselinux/src/
Dselinux_restorecon.c50 static char *rootpath = NULL; variable
608 if (rootpath) { in restorecon_sb()
609 if (strncmp(rootpath, lookup_path, rootpathlen) != 0) { in restorecon_sb()
612 lookup_path, rootpath); in restorecon_sb()
618 if (rootpath != NULL && lookup_path[0] == '\0') in restorecon_sb()
1119 if (rootpath) in selinux_restorecon_set_alt_rootpath()
1120 free(rootpath); in selinux_restorecon_set_alt_rootpath()
1122 rootpath = strdup(alt_rootpath); in selinux_restorecon_set_alt_rootpath()
1123 if (!rootpath) { in selinux_restorecon_set_alt_rootpath()
1129 len = strlen(rootpath); in selinux_restorecon_set_alt_rootpath()
[all …]
/external/selinux/libsemanage/tests/
Dtest_semanage_store.c47 const char *rootpath = "./test-policy"; variable
62 err = mkdir(rootpath, S_IRUSR | S_IWUSR | S_IXUSR); in semanage_store_test_init()
91 err = semanage_check_init(sh, rootpath); in semanage_store_test_init()
118 err = rmdir(rootpath); in semanage_store_test_cleanup()
/external/selinux/policycoreutils/setfiles/
Drestore.c52 if (r_opts->rootpath) { in restore_init()
53 rc = selinux_restorecon_set_alt_rootpath(r_opts->rootpath); in restore_init()
Dsetfiles.c77 r_opts.rootpath = strdup(arg); in set_rootpath()
78 if (!r_opts.rootpath) { in set_rootpath()
350 if (r_opts.rootpath) {
Drestore.h39 char *rootpath; member
/external/selinux/restorecond/
Drestore.c46 if (r_opts->rootpath) { in restore_init()
47 rc = selinux_restorecon_set_alt_rootpath(r_opts->rootpath); in restore_init()
Drestore.h45 char *rootpath; member
/external/u-boot/board/k+p/bootscripts/
Dtpcboot.cmd68 setenv rootpath "/srv/tftp/KP/rootfs"
70 nfsroot=${serverip}:${rootpath},nolock,nfsvers=3"
/external/u-boot/configs/
Daxm_defconfig19rootpath} at91sam9_wdt.wdt_timeout=16\0partitionset_active=A\0preboot=echo;echo Type 'run flash_se…
/external/catch2/.conan/test_package/
Dconanfile.py17 …assert os.path.isfile(os.path.join(self.deps_cpp_info["Catch2"].rootpath, "licenses", "LICENSE.txt…
/external/u-boot/board/keymile/scripts/
Dramfs-common.txt6 nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath}
/external/u-boot/board/freescale/mpc8323erdb/
DREADME57 netmask, ethaddr, eth1addr, rootpath (if using NFS root),
/external/u-boot/board/freescale/mpc8315erdb/
DREADME93 netmask, ethaddr, eth1addr, rootpath (if using NFS root),
/external/u-boot/board/freescale/mpc8313erdb/
DREADME99 netmask, ethaddr, eth1addr, rootpath (if using NFS root),
/external/autotest/client/cros/power/
Dpower_status.py165 def __init__(self, rootpath=None): argument
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)
/external/selinux/libselinux/include/selinux/
Dselinux.h530 extern int selinux_set_policy_root(const char *rootpath);
/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp1433 string rootpath, zonetab, version; in main() local
1438 rootpath = argv[1]; in main()
1485 scandir(rootpath); in main()
1487 cerr << "Error: While scanning " << rootpath << ": " << error.what() << endl; in main()
/external/u-boot/doc/uImage.FIT/
Dhowto.txt115 nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath}
/external/u-boot/cmd/
DKconfig1115 bool "Request & store 'rootpath' from BOOTP/DHCP server"
1120 path in the variable 'rootpath'.
/external/u-boot/
DREADME3918 rootpath - Pathname of the root filesystem on the NFS server