Home
last modified time | relevance | path

Searched refs:our_path (Results 1 – 12 of 12) sorted by relevance

/u-boot/lib/libfdt/
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/binman/
A Dbinman21 our_path = os.path.dirname(os.path.realpath(__file__)) variable
22 sys.path.insert(2, os.path.join(our_path, '..'))
28 sys.path.insert(2, os.path.join(our_path, '../../scripts/dtc/pylibfdt'))
29 sys.path.insert(2, os.path.join(our_path,
A Dmain.py21 our_path = os.path.dirname(os.path.realpath(__file__)) variable
22 sys.path.insert(2, os.path.join(our_path, '..'))
28 sys.path.insert(2, os.path.join(our_path, '../../scripts/dtc/pylibfdt'))
29 sys.path.insert(2, os.path.join(our_path,
/u-boot/tools/dtoc/
A Ddtoc30 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,
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,
A Dtest_fdt16 our_path = os.path.dirname(os.path.realpath(__file__)) variable
17 sys.path.insert(1, os.path.join(our_path, '..'))
A Dtest_fdt.py16 our_path = os.path.dirname(os.path.realpath(__file__)) variable
17 sys.path.insert(1, os.path.join(our_path, '..'))
/u-boot/tools/buildman/
A Dbuildman17 our_path = os.path.dirname(os.path.realpath(__file__)) variable
18 sys.path.insert(1, os.path.join(our_path, '..'))
A Dmain.py17 our_path = os.path.dirname(os.path.realpath(__file__)) variable
18 sys.path.insert(1, os.path.join(our_path, '..'))
A Dcontrol.py188 our_path = os.path.dirname(os.path.realpath(__file__))
189 genboardscfg = os.path.join(our_path, '../genboardscfg.py')
/u-boot/tools/patman/
A Dmain.py18 our_path = os.path.dirname(os.path.realpath(__file__)) variable
19 sys.path.append(os.path.join(our_path, '..'))
A Dpatman18 our_path = os.path.dirname(os.path.realpath(__file__)) variable
19 sys.path.append(os.path.join(our_path, '..'))

Completed in 11 milliseconds