Lines Matching refs:path
18 our_path = os.path.dirname(os.path.realpath(__file__))
19 our1_path = os.path.dirname(our_path)
20 our2_path = os.path.dirname(our1_path)
30 sys.pycache_prefix = os.path.relpath(our_path, srctree)
34 sys.path.insert(2, our1_path)
40 sys.path.insert(2, 'scripts/dtc/pylibfdt')
41 sys.path.insert(2, os.path.join(srctree, 'scripts/dtc/pylibfdt'))
42 sys.path.insert(2, os.path.join(srctree, 'build-sandbox/scripts/dtc/pylibfdt'))
43 sys.path.insert(2, os.path.join(srctree, 'build-sandbox_spl/scripts/dtc/pylibfdt'))
91 all_set = set([os.path.splitext(os.path.basename(item))[0]
95 for path in toolpath:
96 extra_args += ' --toolpath %s' % path