Searched refs:common_prefix (Results 1 – 6 of 6) sorted by relevance
23 common_prefix = os.path.commonprefix(lines)29 rel_file = file_url.replace(common_prefix, '')
22 common_prefix = os.path.commonprefix([root, package_dir])23 rel_path = os.path.relpath(os.path.join(root, f), common_prefix)
1058 common_prefix(const string& s1, const string& s2, string &result) in common_prefix() function1113 if (common_prefix(prefix_candidate, cur_str, s)) in sorted_strings_common_prefix()
666 string common_prefix; in load_elf_file_paths() local
963 Fix logic in common_prefix
17190 Fix logic in common_prefix17191 * src/abg-tools-utils.cc (common_prefix): Fix logic error.17367 (common_prefix): Define new static function.