HomeSort by: relevance | last modified time | path
    Searched refs:path_label (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-diagnostic-path.cc 48 class path_label : public range_label class in namespace:__anon13906
51 path_label (const diagnostic_path *path, unsigned start_idx) function in class:__anon13906::path_label
249 path_label m_path_label;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-diagnostic-path.cc 47 class path_label : public range_label class in namespace:__anon16329
50 path_label (const diagnostic_path *path, unsigned start_idx) function in class:__anon16329::path_label
201 path_label m_path_label;
  /src/external/mpl/bind/dist/contrib/gitchangelog/
gitchangelog.py 1453 path_file = path_label = template_path
1456 path_label = os.path.join(
1462 os.path.join(path_label, "%s.tpl" % template_name),
1467 templates = glob.glob(os.path.join(path_label, "*.tpl"))
1473 msg += "\nTemplates are located in %r" % path_label
1475 msg = "No available %s templates found in %r." % (label, path_label)

Completed in 25 milliseconds