HomeSort by relevance Sort by last modified time
    Searched refs:rewriteCommand (Results 1 - 2 of 2) sorted by null

  /frameworks/support/jetifier/jetifier/source-transformer/
rewriteMake.py 103 rewriteCommand = "time find . -name out -prune -o -name .git -prune -o -name .repo -prune -o -iregex '.*\.mk\|.*\.bp' -print | xargs -n 1 --no-run-if-empty -P 64 sed -i -f /tmp/jetifier-make-sed-script.txt"
108 """ + rewriteCommand + """
113 subprocess.check_output(rewriteCommand, shell=True)
rewritePackageNames.py 113 rewriteCommand = createRewriteCommand(executionConfig)
114 commandLength = len(rewriteCommand)
118 """ + rewriteCommand + """
123 subprocess.check_output(rewriteCommand, shell=True)

Completed in 70 milliseconds