Searched refs:sys (Results 76 - 100 of 121) sorted by relevance

12345

/build/tools/
H A Dparsedeps.py6 import sys namespace
146 main(sys.argv)
H A Dgenerate-notice-files.py33 import sys namespace
268 main(sys.argv)
H A Dfat16copy.py18 import sys namespace
767 if len(sys.argv) < 3:
771 sys.exit(1)
773 root = fat(sys.argv[1]).root
775 for p in sys.argv[2:]:
/build/tools/releasetools/
H A Dadd_img_to_target_files48 import sys namespace
50 if sys.hexversion < 0x02070000:
51 print("Python 2.7 or newer is required.", file=sys.stderr)
52 sys.exit(1)
389 sys.exit(1)
578 sys.exit(1)
586 main(sys.argv[1:])
589 sys.exit(1)
H A Dadd_img_to_target_files.py48 import sys namespace
50 if sys.hexversion < 0x02070000:
51 print("Python 2.7 or newer is required.", file=sys.stderr)
52 sys.exit(1)
389 sys.exit(1)
578 sys.exit(1)
586 main(sys.argv[1:])
589 sys.exit(1)
H A Dsign_target_files_apks83 import sys namespace
85 if sys.hexversion < 0x02070000:
86 print >> sys.stderr, "Python 2.7 or newer is required."
87 sys.exit(1)
144 sys.exit(1)
699 sys.exit(1)
732 main(sys.argv[1:])
737 sys.exit(1)
H A Dsign_target_files_apks.py83 import sys namespace
85 if sys.hexversion < 0x02070000:
86 print >> sys.stderr, "Python 2.7 or newer is required."
87 sys.exit(1)
144 sys.exit(1)
699 sys.exit(1)
732 main(sys.argv[1:])
737 sys.exit(1)
H A Dtarget_files_diff.py29 import sys namespace
226 out_file = sys.stdout
H A Dbuild_image.py27 import sys namespace
715 sys.exit(1)
743 print >> sys.stderr, "error: unknown image file name ", image_filename
749 print >> sys.stderr, "error: failed to build %s from %s" % (out_file,
755 main(sys.argv[1:])
H A Dota_from_target_files137 import sys namespace
139 if sys.hexversion < 0x02070000:
140 print("Python 2.7 or newer is required.", file=sys.stderr)
141 sys.exit(1)
1022 log_file = sys.stdout if OPTIONS.verbose else subprocess.PIPE
1359 sys.exit(1)
1526 main(sys.argv[1:])
1529 sys.exit(1)
H A Dota_from_target_files.py137 import sys namespace
139 if sys.hexversion < 0x02070000:
140 print("Python 2.7 or newer is required.", file=sys.stderr)
141 sys.exit(1)
1022 log_file = sys.stdout if OPTIONS.verbose else subprocess.PIPE
1359 sys.exit(1)
1526 main(sys.argv[1:])
1529 sys.exit(1)
/build/make/tools/fs_config/
H A Dfs_config.c19 #include <sys/stat.h>
/build/make/tools/makeparallel/
H A Dmakeparallel.cpp29 #include <sys/resource.h>
30 #include <sys/time.h>
31 #include <sys/types.h>
32 #include <sys/wait.h>
/build/tools/fs_config/
H A Dfs_config.c19 #include <sys/stat.h>
/build/tools/makeparallel/
H A Dmakeparallel.cpp29 #include <sys/resource.h>
30 #include <sys/time.h>
31 #include <sys/types.h>
32 #include <sys/wait.h>
/build/make/tools/
H A Dgenerate-notice-files.py33 import sys namespace
268 main(sys.argv)
H A Dfat16copy.py18 import sys namespace
767 if len(sys.argv) < 3:
771 sys.exit(1)
773 root = fat(sys.argv[1]).root
775 for p in sys.argv[2:]:
/build/make/tools/releasetools/
H A Dtarget_files_diff.py29 import sys namespace
226 out_file = sys.stdout
H A Dbuild_image.py27 import sys namespace
715 sys.exit(1)
743 print >> sys.stderr, "error: unknown image file name ", image_filename
749 print >> sys.stderr, "error: failed to build %s from %s" % (out_file,
755 main(sys.argv[1:])
H A Dota_from_target_files137 import sys namespace
139 if sys.hexversion < 0x02070000:
140 print("Python 2.7 or newer is required.", file=sys.stderr)
141 sys.exit(1)
1022 log_file = sys.stdout if OPTIONS.verbose else subprocess.PIPE
1359 sys.exit(1)
1526 main(sys.argv[1:])
1529 sys.exit(1)
H A Dota_from_target_files.py137 import sys namespace
139 if sys.hexversion < 0x02070000:
140 print("Python 2.7 or newer is required.", file=sys.stderr)
141 sys.exit(1)
1022 log_file = sys.stdout if OPTIONS.verbose else subprocess.PIPE
1359 sys.exit(1)
1526 main(sys.argv[1:])
1529 sys.exit(1)
H A Dblockimgdiff.py27 import sys namespace
720 if sys.stdout.isatty():
766 if sys.stdout.isatty():
772 sys.stdout.flush()
781 if sys.stdout.isatty():
786 sys.exit(1)
/build/kati/
H A Dstrutil_test.cc20 #include <sys/mman.h>
/build/make/tools/ziptime/
H A DZipFile.cpp24 #include <sys/stat.h>
/build/tools/ziptime/
H A DZipFile.cpp24 #include <sys/stat.h>

Completed in 189 milliseconds

12345