Searched defs:base_path (Results 1 – 8 of 8) sorted by relevance
14 base_path = ( variable
17 base_path = ( variable
20 base_path = ( variable
15 base_path = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable
47 base_path = ( variable
38 base_path = ( variable
192 char *path_combine(const char *base_path, const char *filename) in path_combine()