Searched refs:base_path (Results 1 – 3 of 3) sorted by relevance
555 string RemoveBaseDir(const string& file_path, const string& base_path) { in RemoveBaseDir() argument556 if (strncmp(file_path.c_str(), base_path.c_str(), base_path.length())) { in RemoveBaseDir()560 result = &file_path.c_str()[base_path.length()]; in RemoveBaseDir()
65 string RemoveBaseDir(const string& file_path, const string& base_path);
229 for base_path in pypath.split(':'):230 logging.debug('checking base_path %s', base_path)231 new_path = os.path.join(base_path, file_full_path)