Searched defs:rootdir (Results 1 – 7 of 7) sorted by relevance
34 def run_once(self, rootdir="/"): argument
51 rootdir = sys.argv[1] variable
48 libfat_sector_t rootdir; /* Start of root directory */ member
169 def run_once(self, rootdir="/", args=[]): argument
101 static const char *rootdir = "/"; variable
24 def __init__(self, rootdir, basefilename, print_console, subdir='logs'): argument
775 static char * get_default_subvol(char * rootdir, char * subvol) in get_default_subvol()