Home
last modified time | relevance | path

Searched refs:common_prefix (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/tools/svg/
Dsvg_downloader.py23 common_prefix = os.path.commonprefix(lines)
29 rel_file = file_url.replace(common_prefix, '')
/third_party/flutter/engine/flutter/tools/fuchsia/
Dgen_package.py22 common_prefix = os.path.commonprefix([root, package_dir])
23 rel_path = os.path.relpath(os.path.join(root, f), common_prefix)
/third_party/libabigail/src/
Dabg-tools-utils.cc1058 common_prefix(const string& s1, const string& s2, string &result) in common_prefix() function
1113 if (common_prefix(prefix_candidate, cur_str, s)) in sorted_strings_common_prefix()
/third_party/libabigail/tools/
Dabipkgdiff.cc666 string common_prefix; in load_elf_file_paths() local
/third_party/libabigail/
DNEWS963 Fix logic in common_prefix
DChangeLog17190 Fix logic in common_prefix
17191 * src/abg-tools-utils.cc (common_prefix): Fix logic error.
17367 (common_prefix): Define new static function.