HomeSort by: relevance | last modified time | path
    Searched defs:get_rel_path_if_prefixed (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
mklog.py 177 def get_rel_path_if_prefixed(path, folder): function
265 relative_path = get_rel_path_if_prefixed(file.path, changelog)
278 relative_path = get_rel_path_if_prefixed(file.source_file[2:],
281 new_path = get_rel_path_if_prefixed(file.target_file[2:],
  /src/external/gpl3/gcc.old/dist/contrib/
mklog.py 151 def get_rel_path_if_prefixed(path, folder): function
238 relative_path = get_rel_path_if_prefixed(file.path, changelog)
251 relative_path = get_rel_path_if_prefixed(file.source_file[2:],
254 new_path = get_rel_path_if_prefixed(file.target_file[2:],

Completed in 25 milliseconds