Home
last modified time | relevance | path

Searched refs:source_dir (Results 1 – 15 of 15) sorted by relevance

/u-boot/test/py/tests/
A Dtest_pstore.py23 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 Dtest_ut.py36 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 Dtest_source.py16 its = os.path.join(cons.config.source_dir, 'test/py/tests/source.its')
A Dfs_helper.py26 fs_img = os.path.join(config.source_dir if use_src_dir
A Dtest_vboot.py515 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 Dtest_of_migrate.py29 srcdir = cons.config.source_dir
A Dtest_fit_hashes.py96 datadir = cons.config.source_dir + '/test/py/tests/vboot/'
A Dtest_fit_ecdsa.py87 datadir = cons.config.source_dir + '/test/py/tests/vboot/'
A Dtest_env.py571 script = os.path.join(cons.config.source_dir, 'scripts', 'env2string.awk')
/u-boot/test/py/
A Dconftest.py83 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 Du_boot_console_sandbox.py61 return Spawn(cmd, cwd=self.config.source_dir)
/u-boot/test/py/tests/test_efi_capsule/
A Dconftest.py50 % (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 Dconftest.py104 % (mnt_point, u_boot_config.source_dir), shell=True)
183 % (u_boot_config.source_dir, mnt_point), shell=True)
/u-boot/doc/sphinx/
A Dkernel_include.py88 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 Dpy_testing.rst239 is `${source_dir}/build-${board_type}`.

Completed in 35 milliseconds