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

  /external/eigen/scripts/
relicense.py 51 rootdir = sys.argv[1] variable
52 for root, sub_folders, files in os.walk(rootdir):
  /external/syslinux/libfat/
libfatint.h 48 libfat_sector_t rootdir; /* Start of root directory */ member in struct:libfat_filesystem
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
wsgui.py 30 rootdir = None variable in class:SuckerThread
72 n = len(self.rootdir)
73 if path[:n] == self.rootdir:
161 self.sucker.rootdir = os.path.dirname(
  /external/python/cpython2/Tools/webchecker/
wsgui.py 30 rootdir = None variable in class:SuckerThread
72 n = len(self.rootdir)
73 if path[:n] == self.rootdir:
161 self.sucker.rootdir = os.path.dirname(
  /system/core/libcutils/
canned_fs_config.cpp 59 bool rootdir; local
67 rootdir = line[0] == ' ';
68 p->path = strdup(rootdir ? "" : strtok(line, " "));
69 p->uid = atoi(strtok(rootdir ? line : NULL, " "));
  /external/elfutils/src/
findtextrel.c 101 static const char *rootdir = "/"; variable
179 rootdir = arg;
206 size_t rootdir_len = strlen (rootdir);
208 if (fname[0] == '/' && (rootdir[0] != '/' || rootdir[1] != '\0'))
212 *((char *) mempcpy (stpcpy (mempcpy (new_fname, rootdir, rootdir_len),
383 strcpy (mempcpy (stpcpy (mempcpy (mempcpy (difname, rootdir,

Completed in 137 milliseconds