Searched refs:our_path (Results 1 - 14 of 14) sorted by relevance

/u-boot/lib/libfdt/
H A Dtest_libfdt.py6 our_path = os.path.dirname(os.path.realpath(__file__)) variable
7 sys.path.append(os.path.join(our_path, '../../b/sandbox_spl/tools'))
/u-boot/tools/u_boot_pylib/
H A D__main__.py12 our_path = os.path.dirname(os.path.realpath(__file__)) variable
13 sys.path.append(os.path.join(our_path, '..'))
H A Du_boot_pylib12 our_path = os.path.dirname(os.path.realpath(__file__))
13 sys.path.append(os.path.join(our_path, '..'))
/u-boot/tools/buildman/
H A Dmain.py19 our_path = os.path.dirname(os.path.realpath(__file__)) variable
20 sys.path.insert(1, os.path.join(our_path, '..'))
H A Dbuildman19 our_path = os.path.dirname(os.path.realpath(__file__))
20 sys.path.insert(1, os.path.join(our_path, '..'))
/u-boot/tools/dtoc/
H A Dmain.py30 our_path = os.path.dirname(os.path.realpath(__file__)) variable
31 sys.path.append(os.path.join(our_path, '..'))
35 sys.path.insert(0, os.path.join(our_path,
H A Ddtoc30 our_path = os.path.dirname(os.path.realpath(__file__))
31 sys.path.append(os.path.join(our_path, '..'))
35 sys.path.insert(0, os.path.join(our_path,
H A Dtest_fdt18 our_path = os.path.dirname(os.path.realpath(__file__))
19 sys.path.insert(1, os.path.join(our_path, '..'))
23 sys.path.insert(2, os.path.join(our_path, '../../scripts/dtc/pylibfdt'))
24 sys.path.insert(2, os.path.join(our_path,
H A Dtest_fdt.py18 our_path = os.path.dirname(os.path.realpath(__file__)) variable
19 sys.path.insert(1, os.path.join(our_path, '..'))
23 sys.path.insert(2, os.path.join(our_path, '../../scripts/dtc/pylibfdt'))
24 sys.path.insert(2, os.path.join(our_path,
/u-boot/scripts/
H A Devent_dump.py12 our_path = os.path.dirname(os.path.realpath(__file__)) variable
13 src_path = os.path.dirname(our_path)
15 sys.path.insert(1, os.path.join(our_path, '../tools'))
/u-boot/tools/patman/
H A D__main__.py21 our_path = os.path.dirname(os.path.realpath(__file__)) variable
22 sys.path.append(os.path.join(our_path, '..'))
H A Dpatman21 our_path = os.path.dirname(os.path.realpath(__file__))
22 sys.path.append(os.path.join(our_path, '..'))
/u-boot/tools/binman/
H A Dmain.py18 our_path = os.path.dirname(os.path.realpath(__file__)) variable
19 our1_path = os.path.dirname(our_path)
30 sys.pycache_prefix = os.path.relpath(our_path, srctree)
H A Dbinman18 our_path = os.path.dirname(os.path.realpath(__file__))
19 our1_path = os.path.dirname(our_path)
30 sys.pycache_prefix = os.path.relpath(our_path, srctree)

Completed in 172 milliseconds