Searched refs:sys (Results 1 - 25 of 121) sorted by path

12345

/build/core/
H A Dchecktree3 import sys, os, re namespace
69 if len(sys.argv) == 1:
71 elif len(sys.argv) == 2 and sys.argv[1] == "-a":
76 sys.exit(1)
112 sys.exit(2)
H A Dmain.mk352 ADDITIONAL_BUILD_PROPERTIES += persist.sys.dalvik.vm.lib.2=libart.so
/build/core/tasks/check_boot_jars/
H A Dcheck_boot_jars.py12 import sys namespace
58 print >> sys.stderr, ('Error: %s: unknown package name of class file %s'
83 sys.exit(main(sys.argv[1:]))
/build/kati/
H A Daffinity.cc27 #include <sys/types.h>
H A Dfile.cc20 #include <sys/stat.h>
21 #include <sys/types.h>
H A Dfileutil.cc24 #include <sys/stat.h>
25 #include <sys/types.h>
26 #include <sys/wait.h>
H A Dfind.cc22 #include <sys/stat.h>
23 #include <sys/types.h>
H A Dfunc.cc24 #include <sys/stat.h>
H A Dninja.cc21 #include <sys/stat.h>
H A Dregen.cc19 #include <sys/stat.h>
H A Dstrutil_test.cc20 #include <sys/mman.h>
H A Dtimeutil.cc19 #include <sys/time.h>
/build/kati/testcase/tools/
H A Dfindleaves.py24 import sys namespace
58 sys.stderr.write("""Usage: %(progName)s [<options>] [--dir=<dir>] <filenames>
70 "progName": os.path.split(sys.argv[0])[1],
72 sys.exit(1)
114 main(sys.argv)
/build/make/core/
H A Dchecktree3 import sys, os, re namespace
69 if len(sys.argv) == 1:
71 elif len(sys.argv) == 2 and sys.argv[1] == "-a":
76 sys.exit(1)
112 sys.exit(2)
H A Dmain.mk352 ADDITIONAL_BUILD_PROPERTIES += persist.sys.dalvik.vm.lib.2=libart.so
/build/make/core/tasks/check_boot_jars/
H A Dcheck_boot_jars.py12 import sys namespace
58 print >> sys.stderr, ('Error: %s: unknown package name of class file %s'
83 sys.exit(main(sys.argv[1:]))
/build/make/tools/acp/
H A Dacp.c15 #include <sys/types.h>
16 #include <sys/stat.h>
/build/make/tools/
H A Dadbs21 import sys namespace
23 sys.path.insert(0, os.path.dirname(__file__) + "/../../development/scripts")
29 adb_cmd = "adb " + ' '.join(sys.argv[1:])
42 sys.stdout.flush()
H A Dcheck_link_type.py22 import sys namespace
52 "dep_type": dep_type}, file=sys.stderr)
77 sys.exit(1)
H A Dcheck_radio_versions.py17 import sys namespace
25 if len(sys.argv) < 2:
26 sys.exit(0)
29 f = open(sys.argv[1])
39 for item in sys.argv[2:]:
74 fn, versions[digest], key, sys.argv[1])
79 sys.exit(1)
H A Dcheckowners.py7 import sys namespace
73 sys.exit(error)
H A Dcompare_fileslist.py18 import cgi, os, string, sys namespace
104 main(sys.argv)
/build/make/tools/atree/
H A Dfiles.cpp6 #include <sys/stat.h>
H A Dfiles.h7 #include <sys/types.h>
H A Dfs.cpp5 #include <sys/types.h>
6 #include <sys/wait.h>
13 #include <sys/stat.h>

Completed in 135 milliseconds

12345