HomeSort by relevance Sort by last modified time
    Searched refs:rootpath (Results 1 - 21 of 21) sorted by null

  /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);
  /frameworks/base/core/jni/
android_app_backup_FullBackup.cpp 79 * rootpath: prefix to be snipped from full path when encoding in tar
93 String8 rootpath(rootchars ? rootchars : "");
108 if (path.length() < rootpath.length()) {
110 path.string(), rootpath.string());
115 jint err = write_tarfile(packageName, domain, rootpath, path, &tarSize, writer);
  /external/selinux/policycoreutils/setfiles/
restore.h 39 char *rootpath; member in struct:restore_opts
restore.c 44 if (r_opts->rootpath) {
45 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 43 if (r_opts->rootpath) {
44 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 49 static char *rootpath = NULL; variable
598 if (rootpath) {
599 if (strncmp(rootpath, lookup_path, rootpathlen) != 0) {
602 lookup_path, rootpath);
608 if (rootpath != NULL && lookup_path[0] == '\0')
1102 /* selinux_restorecon_set_alt_rootpath(3) sets an alternate rootpath. */
1108 if (rootpath)
1109 free(rootpath);
1111 rootpath = strdup(alt_rootpath);
1112 if (!rootpath) {
    [all...]
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 643 String rootpath = null; local
646 rootpath = dbDir;
649 rootpath = spDir;
652 rootpath = filesDir;
655 rootpath = rootDir;
658 rootpath = deviceDbDir;
661 rootpath = deviceSpDir;
664 rootpath = deviceFilesDir;
667 rootpath = deviceRootDir;
670 rootpath = efDir
682 FullBackup.backupToTar(getPackageName(), domain, null, rootpath, filePath, output); local
    [all...]
FullBackup.java 94 String linkdomain, String rootpath, String path, FullBackupDataOutput output);
    [all...]
  /external/selinux/libselinux/include/selinux/
selinux.h 527 extern int selinux_set_policy_root(const char *rootpath);
  /external/autotest/client/cros/power/
power_status.py 139 def __init__(self, rootpath=None):
140 if not rootpath:
141 rootpath = self.path
142 for subpath1 in glob.glob('%s/hwmon*' % rootpath):
155 super(ThermalStatHwmon, self).__init__(self.thermal_fields, rootpath)
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 1433 string rootpath, zonetab, version; local
    [all...]
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 482 const String8& rootpath, const String8& filepath, off_t* outSize,
486 const char* relstart = filepath.string() + rootpath.length();
487 if (*relstart == '/') relstart++; // won't be true when path == rootpath
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 464 milliseconds