Lines Matching refs:os
9 import os
17 os.getcwd(),
18 os.path.join(os.getcwd(), '..', '..'),
19 os.path.join(top_level, 'tools'),
20 os.path.join(top_level, 'scripts'),
21 '%s/bin' % os.getenv('HOME'),
25 fname = os.path.join(path, 'checkpatch.pl')
26 if os.path.isfile(fname):
30 while not os.path.ismount(path):
31 fname = os.path.join(path, 'src', 'third_party', 'kernel', 'files',
33 if os.path.isfile(fname):
35 path = os.path.dirname(path)