Searched refs:os (Results 1 - 7 of 7) sorted by relevance
/hets/utils/ |
H A D | findHs.sh | 10 os=`find $path -name \*.hs -a ! -name \*.der.hs -a ! -name \*.inline.hs` 12 for i in $os
|
/hets/utils/LiveCD/ |
H A D | mkMiniXML.py | 11 import sys, os namespace 29 addFiles(xml, os.path.abspath(source), dest) 46 for item in os.listdir(source): 47 file = os.path.join(source, item) 48 if os.path.isfile(file) or os.path.islink(file): 50 xml.write(addFile(file, os.path.join(dest, item))) 51 elif os.path.isdir(file): 52 addFiles(xml, file, os.path.join(dest, item)) 111 print " %s name source dest" % os [all...] |
H A D | mkHetsLiveCD.py | 11 import sys, os, re namespace 37 ret = os.system(cmd) 50 ret = os.system(cmd) 63 for item in os.listdir(rootpath): 64 file = os.path.join(rootpath, item) 65 if os.path.isfile(file) or os.path.islink(file): 71 ret = os.system(cmd) 97 ret = os.system(cmd) 115 ret = os [all...] |
/hets/utils/debian/auto-package/debian-common/ |
H A D | hets_script | 20 import fcntl, os, sys, subprocess; 22 subprocess.DEVNULL=os.open(os.devnull, os.O_RDWR) 48 if os.uname()[4] == "x86_64": 116 if not os.path.exists("/usr/lib/hets/hets-lib"): 118 if not os.path.exists("/usr/lib/hets/hets"): 120 if not os.path.exists("/usr/lib/hets/hets-owl-tools/OWL2Parser.jar"): 123 if not os.path.exists("/usr/lib/hets/hets.magic"): 142 import fcntl, os, sy [all...] |
/hets/MMT/ |
H A D | hets-mmt-standalone.jar | main/main.jar .version OneJar.class OneJar.java package public OneJar extends java.lang ... |
/hets/OWL2/java/lib/ |
H A D | owlapi-osgidistribution-3.5.2.jar | META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/net. ... |
/hets/CASL/Termination/ |
H A D | AProVE.jar | META-INF/ META-INF/MANIFEST.MF aprove/ aprove/CommandLineInterface/ aprove/Framework/ aprove/Framework/Algebra/ aprove/Framework/ ... |
Completed in 308 milliseconds