Searched refs:our_path (Results 1 – 12 of 12) sorted by relevance
| /openbmc/u-boot/lib/libfdt/ |
| H A D | test_libfdt.py | 6 our_path = os.path.dirname(os.path.realpath(__file__)) variable 7 sys.path.append(os.path.join(our_path, '../../b/sandbox_spl/tools'))
|
| /openbmc/u-boot/tools/binman/ |
| H A D | binman | 20 our_path = os.path.dirname(os.path.realpath(__file__)) variable 22 sys.path.insert(0, os.path.join(our_path, dirname)) 26 sys.path.insert(0, os.path.join(our_path, 104 glob_list = glob.glob(os.path.join(our_path, 'etype/*.py'))
|
| H A D | binman.py | 20 our_path = os.path.dirname(os.path.realpath(__file__)) variable 22 sys.path.insert(0, os.path.join(our_path, dirname)) 26 sys.path.insert(0, os.path.join(our_path, 104 glob_list = glob.glob(os.path.join(our_path, 'etype/*.py'))
|
| H A D | entry.py | 30 our_path = os.path.dirname(os.path.realpath(__file__)) variable 108 sys.path.insert(0, os.path.join(our_path, 'etype'))
|
| /openbmc/u-boot/tools/dtoc/ |
| H A D | dtoc.py | 34 our_path = os.path.dirname(os.path.realpath(__file__)) variable 35 sys.path.append(os.path.join(our_path, '../patman')) 39 sys.path.insert(0, os.path.join(our_path,
|
| H A D | dtoc | 34 our_path = os.path.dirname(os.path.realpath(__file__)) variable 35 sys.path.append(os.path.join(our_path, '../patman')) 39 sys.path.insert(0, os.path.join(our_path,
|
| H A D | test_dtoc.py | 26 our_path = os.path.dirname(os.path.realpath(__file__)) variable 61 return fdt_util.EnsureCompiled(os.path.join(our_path, dts_fname),
|
| H A D | test_fdt | 14 our_path = os.path.dirname(os.path.realpath(__file__)) variable 16 sys.path.insert(0, os.path.join(our_path, dirname))
|
| H A D | test_fdt.py | 14 our_path = os.path.dirname(os.path.realpath(__file__)) variable 16 sys.path.insert(0, os.path.join(our_path, dirname))
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | buildman | 16 our_path = os.path.dirname(os.path.realpath(__file__)) variable 17 sys.path.insert(1, os.path.join(our_path, '../patman'))
|
| H A D | buildman.py | 16 our_path = os.path.dirname(os.path.realpath(__file__)) variable 17 sys.path.insert(1, os.path.join(our_path, '../patman'))
|
| H A D | test.py | 13 our_path = os.path.dirname(os.path.realpath(__file__)) variable 14 sys.path.append(os.path.join(our_path, '../patman'))
|