Home
last modified time | relevance | path

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

/external/libcxx/utils/
Dmerge_archives.py28 def print_and_exit(msg): function
36 print_and_exit(("input file '%s' not not name a static library. "
43 print_and_exit("input '%s' does not exist" % lib)
110 print_and_exit("failed to find 'ar' executable")
113 print_and_exit('fewer than 2 inputs provided')
118 print_and_exit("output path doesn't exist: '%s'" % args.output)
129 print_and_exit('Failed to glob for %s' % temp_directory_root)
Dgen_link_script.py14 def print_and_exit(msg): function
19print_and_exit("Usage: ./gen_link_script.py [--help] [--dryrun] <path/to/libcxx.so> <public_libs>.…
40 print_and_exit(help_msg)
63 print_and_exit("symlink file %s is not a symlink" % symlink_file)
Dcat_files.py14 def print_and_exit(msg): function
32 print_and_exit('fewer than 2 inputs provided')
/external/llvm-project/libcxx/utils/
Dmerge_archives.py27 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)
Dcat_files.py13 def print_and_exit(msg): function
31 print_and_exit('fewer than 2 inputs provided')
Dgraph_header_deps.py20 def print_and_exit(msg): function
74 print_and_exit('"%s" must point to a directory' % output_dir)
115 print_and_exit("failed to find command to build algorithm.cpp")
/external/llvm-project/compiler-rt/test/shadowcallstack/
Doverflow.c21 void print_and_exit(void) { in print_and_exit() function
32 addrs[i] = &print_and_exit; in scs_main()