Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/git-svn/
Dgit-llvm204 def fix_eol_style_native(rev, sr, svn_sr_path): argument
218 files = [f for f in files if os.path.exists(os.path.join(svn_sr_path, f))]
221 eol_props = svn(svn_sr_path, 'propget', 'svn:eol-style', *files,
245 shell(['dos2unix', '-q'] + crlf_files, cwd=svn_sr_path)
261 svn_sr_path = os.path.join(svn_repo, GIT_TO_SVN_DIR[sr])
263 fix_eol_style_native(rev, sr, svn_sr_path)
268 shell(['git', 'apply', '-p2', '-'], cwd=svn_sr_path, stdin=diff,