Lines Matching defs:os

10 # or http://www.opensolaris.org/os/licensing.
72 import datetime, fnmatch, getopt, os, profile, commands
233 os.system(cmd)
235 os.system(cmd)
245 os.unlink(tmp_od1)
249 os.unlink(tmp_od2)
268 tmpFile1 = tmpDir1 + os.path.basename(base) + t.getName()
269 tmpFile2 = tmpDir2 + os.path.basename(ptch) + t.getName()
427 if os.stat(f)[ST_SIZE] == 0 :
487 for path, subdirs, files in os.walk(d) :
490 yield os.path.join(path, name)
520 if os.path.islink(fn) :
530 if os.path.islink(fn) :
601 if os.path.exists(base + f) :
603 elif os.path.exists(base + "root_" + arch + "/" + f) :
609 if not os.path.exists(ptch + fn) :
612 if os.path.exists(ptch + f) :
614 elif os.path.exists(ptch + "root_" + arch + "/" + f) :
619 if os.path.islink(base + fn) : # ignore links
621 if os.path.islink(ptch + fn) :
631 if os.path.islink(base + fn) and \
632 os.path.islink(ptch + fn) :
649 if os.path.exists(tool) :
655 if os.path.exists(location) :
659 if os.path.exists(location) :
732 tmpFile1 = tmpDir1 + os.path.basename(f1) + t.getName()
733 tmpFile2 = tmpDir2 + os.path.basename(f2) + t.getName()
776 os.system(cmd1)
777 os.system(cmd2)
783 os.unlink(tmpFile1)
787 os.unlink(tmpFile2)
939 if os.path.isdir(dir1) > 0 :
942 if os.path.isdir(dir2) > 0 :
957 ArchTmpDir1 = tmpDir1 + os.path.basename(base) + t.getName()
958 ArchTmpDir2 = tmpDir2 + os.path.basename(base) + t.getName()
968 os.makedirs(ArchTmpDir1)
973 os.makedirs(ArchTmpDir2)
1010 os.system(baseCmd)
1011 os.system(ptchCmd)
1065 if quiet and os.stat(base)[ST_SIZE] != os.stat(ptch)[ST_SIZE] :
1125 tmpFile1 = tmpDir1 + os.path.basename(base) + t.getName()
1126 tmpFile2 = tmpDir2 + os.path.basename(ptch) + t.getName()
1143 os.system(baseCmd)
1144 os.system(ptchCmd)
1167 os.unlink(tmpFile1)
1171 os.unlink(tmpFile2)
1179 os.unlink(tmpFile1)
1183 os.unlink(tmpFile2)
1279 if os.path.isdir(tmpDir1) > 0 :
1282 if os.path.isdir(tmpDir2) > 0 :
1364 src = os.environ['SRC']
1400 if not os.path.exists(baseRoot) :
1404 if not os.path.exists(ptchRoot) :
1420 pid = os.getpid()
1424 os.makedirs(tmpDir1)
1428 os.makedirs(tmpDir2)
1478 max_threads = int(os.environ['DMAKE_MAX_JOBS'])
1480 max_threads = os.sysconf("SC_NPROCESSORS_ONLN")