Lines Matching refs:os
10 # or http://www.opensolaris.org/os/licensing.
34 import os
48 filepath = os.path.join(cpath, "foo/bar")
50 create_path = os.path.join(filepath, filename)
51 os.makedirs(filepath)
53 buf = os.urandom(8192)
57 self.tarfile = os.path.join(self.tpath, "test.tar")
74 extractpath = os.path.join(self.tpath, "foo/bar")
75 os.makedirs(extractpath)
76 os.chmod(extractpath, 0o555)
80 os.chmod(extractpath, 0o777)