Searched refs:sys (Results 1 - 8 of 8) sorted by relevance

/haikuporter/doc/
H A Dconf.py15 import sys namespace
19 # add these directories to sys.path here. If the directory is relative to the
21 #sys.path.insert(0, os.path.abspath('.'))
/haikuporter/buildmaster/backend/assets/bin/
H A Dbuilderctl12 import sys
38 sys.stdout.write(extension[0].ljust(18))
39 sys.stdout.write("| ")
40 sys.stdout.write(data["ssh"]["host"].ljust(28))
41 sys.stdout.write("| ")
79 sys.stdout.write(extension[0].ljust(18))
80 sys.stdout.write("| ")
134 sys.stdout.write(extension[0].ljust(18))
135 sys.stdout.write("| ")
165 sys
[all...]
H A Dcreatebuilder12 import sys
31 sys.exit()
46 sys.exit(1)
52 sys.exit(1)
H A Dbuilderssh12 import sys
56 sys.exit()
/haikuporter/HaikuPorter/
H A DReleaseChecker.py16 import sys namespace
90 if "requests" not in sys.modules:
H A DUtils.py15 import sys namespace
21 if sys.stdout.isatty():
63 """wrap invocation of sys.exit()"""
67 sys.exit(message)
85 sys.stderr.write(' '.join([str(arg) for arg in args]) + '\n')
H A DMain.py17 import sys namespace
184 u"Invoke '" + sys.argv[0] + u" -h' for usage "
245 u"Invoke '" + sys.argv[0] + u" -h' for usage "
345 u"'" + sys.argv[0] + u" -h' for usage information.")
550 sys.exit(1)
554 sys.exit(1)
561 sys.exit(1)
565 sys.exit(1)
863 sys.exit(1)
884 sys
[all...]
H A DBuildPlatform.py11 import sys namespace
456 # gcc 2: uses 'sys-include' and 'lib' in the target machine dir
461 toolsIncludeDir = toolsMachineDir + '/sys-include'
514 # gcc 2: uses 'sys-include' and 'lib' in the target machine dir
518 toolsIncludeDir = toolsMachineDir + '/sys-include'
672 elif '--build-master' in sys.argv or '--list-dependencies' in sys.argv:

Completed in 32 milliseconds