Home
last modified time | relevance | path

Searched refs:converted_path (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBUtil.php555 $converted_path = []; variable
569 $converted_path []= $converted_segments;
571 $converted_path = implode(".", $converted_path); variable
572 $converted_paths []= $converted_path;
/third_party/libabigail/tools/
H A Dabipkgdiff.cc616 /// @param converted_path the resulting converted path. This is set
622 convert_path_to_relative(const string& path, string& converted_path) const in convert_path_to_relative()
628 return string_suffix(p, root, converted_path); in convert_path_to_relative()
637 // @param converted_path the resulting converted path. This is set
641 // and put the result into @p converted_path.
644 string& converted_path) const in convert_path_to_unique_suffix()
645 {return string_suffix(path, common_paths_prefix(), converted_path);} in convert_path_to_unique_suffix()

Completed in 6 milliseconds