Searched refs:base_path (Results 1 – 3 of 3) sorted by relevance
67 string RemoveBaseDir(const string& file_path, const string& base_path);
545 string RemoveBaseDir(const string& file_path, const string& base_path) { in RemoveBaseDir() argument546 if (strncmp(file_path.c_str(), base_path.c_str(), base_path.length())) { in RemoveBaseDir()550 result = &file_path.c_str()[base_path.length()]; in RemoveBaseDir()
223 for base_path in pypath.split(':'):224 logging.info('checking %s', base_path)225 new_path = os.path.join(base_path, file_full_path)