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

/external/libcxx/utils/
H A Dgen_link_script.py14 def print_and_exit(msg): function
19 print_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)
H A Dcat_files.py14 def print_and_exit(msg): function
32 print_and_exit('fewer than 2 inputs provided')
H A 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)
104 print_and_exit("failed to find 'ar' executable")
107 print_and_exit('fewer than 2 inputs provided')
112 print_and_exit("output path doesn't exist: '%s'" % args.output)
123 print_and_exit('Failed to glob for %s' % glob_path)
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
H A Dmtplot_play.py26 from common_util import print_and_exit, simple_system namespace
92 print_and_exit('Error: fail to get device node for %s.' % args.device)
96 print_and_exit('Error: The file "%s" does not exist.' % args.filename)
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dcommon_util.py63 def print_and_exit(msg, exit_code=1): function
H A Dmain.py31 from common_util import print_and_exit namespace
184 print_and_exit(msg % replay_dir)
228 print_and_exit(msg)
238 print_and_exit(msg % filepath)
331 print_and_exit('Error: the log path "%s" does not exist.' % log_path)
338 print_and_exit(msg % (log_path, e))
H A Dfirmware_log.py55 from common_util import Debug, print_and_exit namespace
441 print_and_exit(msg)
451 print_and_exit(msg)
572 print_and_exit(err_msg % self.log_dir)
H A Dfirmware_summary.py59 from common_util import print_and_exit namespace
H A Dvalidators.py69 from common_util import print_and_exit, simple_system_output namespace
714 print_and_exit(err_msg % (variation, self.name))

Completed in 597 milliseconds