Searched refs:common_suffix (Results 1 – 2 of 2) sorted by relevance
78 int common_suffix = benches[0].name.size(); in main() local83 common_suffix = std::min(common_suffix, len); in main()85 std::string suffix = benches[0].name.substr(benches[0].name.size() - common_suffix); in main()86 if (common_suffix) { in main()88 bench.name.replace(bench.name.size() - common_suffix, common_suffix, kEllipsis); in main()
42 def __init__(self, remote, local=None, common_suffix=None): argument43 suffix = self._FixPath(common_suffix or '')