Searched refs:our_path (Results 1 – 12 of 12) sorted by relevance
/u-boot/lib/libfdt/ |
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'))
|
/u-boot/tools/binman/ |
A D | binman | 21 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 D | main.py | 21 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 D | dtoc | 30 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 D | main.py | 30 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 D | test_fdt | 16 our_path = os.path.dirname(os.path.realpath(__file__)) variable 17 sys.path.insert(1, os.path.join(our_path, '..'))
|
A D | test_fdt.py | 16 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 D | buildman | 17 our_path = os.path.dirname(os.path.realpath(__file__)) variable 18 sys.path.insert(1, os.path.join(our_path, '..'))
|
A D | main.py | 17 our_path = os.path.dirname(os.path.realpath(__file__)) variable 18 sys.path.insert(1, os.path.join(our_path, '..'))
|
A D | control.py | 188 our_path = os.path.dirname(os.path.realpath(__file__)) 189 genboardscfg = os.path.join(our_path, '../genboardscfg.py')
|
/u-boot/tools/patman/ |
A D | main.py | 18 our_path = os.path.dirname(os.path.realpath(__file__)) variable 19 sys.path.append(os.path.join(our_path, '..'))
|
A D | patman | 18 our_path = os.path.dirname(os.path.realpath(__file__)) variable 19 sys.path.append(os.path.join(our_path, '..'))
|
Completed in 11 milliseconds