Lines Matching full:os
19 import os
25 return all(os.path.isdir(os.path.join(path, subdir))
33 if not all(os.path.isdir(d) for d in ["include", "library", "tests"]):
42 for d in [os.path.curdir,
43 os.path.pardir,
44 os.path.join(os.path.pardir, os.path.pardir)]:
46 os.chdir(d)
58 path = os.path.dirname(frame.filename)
59 for d in ['.', os.path.pardir] \
60 + [os.path.join(*([os.path.pardir]*i)) for i in range(2, 10)]:
61 d = os.path.abspath(os.path.join(path, d))