Lines Matching refs:os
24 import os
27 from os import path
30 currPath = sys.path[0] or os.getcwd()
35 cwsWorkStamp=os.getenv('CWS_WORK_STAMP')
40 os.chdir(os.getenv('SOLARENV'))
42 (input, output) = os.popen4("svn info")
50 os.putenv("CWS_WORK_STAMP",cwsWorkStamp);
51 os.chdir(currPath)
56 minor = os.getenv('UPDMINOR')
59 if (os.getenv('OSTYPE') == "cygwin"):
60 bash=os.getenv("SHELL")
61 (input, output) = os.popen4("cygpath -w "+bash)
67 (input, output) = os.popen4(cws)
80 workstamp = os.getenv('WORK_STAMP')
81 solenv= os.getenv('SOLARENV')
89 (input, output) = os.popen4(diff)