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

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

Completed in 44 milliseconds