Searched refs:source_dir (Results 1 – 15 of 15) sorted by relevance
| /u-boot/test/py/tests/ |
| A D | test_pstore.py | 23 os.path.join(u_boot_console.config.source_dir, PSTORE_PANIC1)), 25 os.path.join(u_boot_console.config.source_dir, PSTORE_PANIC2)), 27 os.path.join(u_boot_console.config.source_dir, PSTORE_CONSOLE)),
|
| A D | test_ut.py | 36 fname = os.path.join(cons.config.source_dir, f'mmc{mmc_dev}.img') 80 infname = os.path.join(cons.config.source_dir, 185 infname = os.path.join(cons.config.source_dir, 289 fn = u_boot_console.config.source_dir + '/testflash.bin' 296 fn = u_boot_console.config.source_dir + '/spi.bin' 303 fn = u_boot_console.config.source_dir + '/scsi.img'
|
| A D | test_source.py | 16 its = os.path.join(cons.config.source_dir, 'test/py/tests/source.its')
|
| A D | fs_helper.py | 26 fs_img = os.path.join(config.source_dir if use_src_dir
|
| A D | test_vboot.py | 515 datadir = cons.config.source_dir + '/test/py/tests/vboot/' 518 binman = cons.config.source_dir + '/tools/binman/binman' 632 datadir = cons.config.source_dir + '/test/py/tests/vboot/' 635 binman = cons.config.source_dir + '/tools/binman/binman'
|
| A D | test_of_migrate.py | 29 srcdir = cons.config.source_dir
|
| A D | test_fit_hashes.py | 96 datadir = cons.config.source_dir + '/test/py/tests/vboot/'
|
| A D | test_fit_ecdsa.py | 87 datadir = cons.config.source_dir + '/test/py/tests/vboot/'
|
| A D | test_env.py | 571 script = os.path.join(cons.config.source_dir, 'scripts', 'env2string.awk')
|
| /u-boot/test/py/ |
| A D | conftest.py | 83 def run_build(config, source_dir, build_dir, board_type, log): argument 94 if build_dir != source_dir: 101 if build_dir != source_dir: 114 runner.run(cmd, cwd=source_dir) 123 source_dir = os.path.dirname(os.path.dirname(TEST_PY_DIR)) 125 build_dir = source_dir + '/build-' + board_type 164 source_dir = os.path.dirname(os.path.dirname(TEST_PY_DIR)) 174 build_dir = source_dir + '/build-' + board_type 200 run_build(config, source_dir, build_dir, board_type, log) 234 ubconfig.source_dir = source_dir
|
| A D | u_boot_console_sandbox.py | 61 return Spawn(cmd, cwd=self.config.source_dir)
|
| /u-boot/test/py/tests/test_efi_capsule/ |
| A D | conftest.py | 50 % (data_dir, u_boot_config.source_dir), shell=True) 70 (u_boot_config.source_dir, data_dir),
|
| /u-boot/test/py/tests/test_efi_secboot/ |
| A D | conftest.py | 104 % (mnt_point, u_boot_config.source_dir), shell=True) 183 % (u_boot_config.source_dir, mnt_point), shell=True)
|
| /u-boot/doc/sphinx/ |
| A D | kernel_include.py | 88 source_dir = os.path.dirname(os.path.abspath(source)) 92 path = os.path.normpath(os.path.join(source_dir, path))
|
| /u-boot/doc/develop/ |
| A D | py_testing.rst | 239 is `${source_dir}/build-${board_type}`.
|
Completed in 35 milliseconds