Home
last modified time | relevance | path

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

/external/chromium_org/tools/git/
Dmove_source_file.py106 def PathMinusFirstComponent(path): function
114 r'([\'"])%s([\'"])' % re.escape(PathMinusFirstComponent(from_path)),
115 r'\1%s\2' % PathMinusFirstComponent(to_path),