HomeSort by: relevance | last modified time | path
    Searched defs:print_and_exit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/
cat_files.py 13 def print_and_exit(msg): function
31 print_and_exit('fewer than 2 inputs provided')
merge_archives.py 27 def print_and_exit(msg): function
35 print_and_exit(("input file '%s' not not name a static library. "
42 print_and_exit("input '%s' does not exist" % lib)
117 print_and_exit("failed to find 'ar' executable")
124 print_and_exit("failed to find 'libtool' executable")
127 print_and_exit('fewer than 2 inputs provided')
132 print_and_exit("output path doesn't exist: '%s'" % args.output)

Completed in 115 milliseconds