Searched refs:relpath (Results 1 – 3 of 3) sorted by relevance
66 relpath = os.path.join(adir, feature)67 featuredir = os.path.join(root, relpath)68 if os.path.exists(featuredir) and not relpath in outdirs:69 outdirs.append(relpath)
981 static void getzones(char * basedir, char * relpath, struct listentry ** last, int * count) { in getzones() argument987 if (relpath != NULL) { in getzones()989 strcat(path, relpath); in getzones()994 if (strstr(relpath, ".tab") == NULL) { in getzones()998 if ((pzonename = malloc(strlen(relpath) + 1)) == NULL) { in getzones()1001 strcpy(pzonename, relpath); in getzones()1022 if (relpath != NULL) { in getzones()1023 strcpy(subpath, relpath); in getzones()
594 def setup_dir_bin( relpath ) argument622 def setup_dir_lib( relpath ) argument625 def setup_dir_ext( relpath ) argument635 def setup_dir_data( relpath ) argument