HomeSort by relevance Sort by last modified time
    Searched defs:rootdir (Results 1 - 4 of 4) 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/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 614 milliseconds