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

  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 360 String rootpath = null; local
363 rootpath = dbDir;
366 rootpath = spDir;
369 rootpath = filesDir;
372 rootpath = mainDir;
375 rootpath = efDir;
383 + " rootpath=" + rootpath);
384 FullBackup.backupToTar(getPackageName(), domain, null, rootpath, filePath, local
396 protected final void fullBackupFileTree(String packageName, String domain, String rootPath,
    [all...]
  /system/core/sdcard/
sdcard.c 126 char rootpath[PATH_MAX]; member in struct:fuse
    [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 1433 string rootpath, zonetab, version; local
    [all...]
  /external/kernel-headers/original/linux/
nfs_xdr.h 698 struct nfs4_pathname rootpath; member in struct:nfs4_fs_location

Completed in 239 milliseconds