Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/west_commands/
Dbuild.py79 self.source_dir = None
195 source_dir = self.args.source_dir
201 if self.args.source_dir:
202 test_path = self.args.source_dir
206 self.args.source_dir = test_path
212 if source_dir:
213 if self.args.source_dir:
215 source_dir, self.args.source_dir))
216 self.args.source_dir = source_dir
217 self.dbg('source_dir: {} cmake_opts: {}'.format(self.args.source_dir,
[all …]
Dbuild_helpers.py43 source_dir = kwargs.get('source_dir')
44 if source_dir:
45 if escapes_directory(cwd, source_dir):
46 kwargs['source_dir'] = os.path.relpath(source_dir, cwd)
/Zephyr-latest/scripts/west_commands/tests/
Dtest_build.py56 assert b.args.source_dir == test_case['s']
/Zephyr-latest/tests/subsys/debug/gdbstub/pytest/
Dtest_gdbstub.py26 source_dir = cmake_cache.get('APPLICATION_SOURCE_DIR', None)
27 assert source_dir
/Zephyr-latest/doc/_extensions/zephyr/
Dapplication.py221 build_dir_formatted = build_dir_fmt.format(app=app_name, board=board, source_dir=app)
354 source_dir = ' ' + '/'.join(['..' for i in range(num_slashes + 1)])
358 source_dir = f' {app}' if app else ' .'
/Zephyr-latest/scripts/tests/twister/
Dtest_runner.py43 testsuite.source_dir: str = ''
247 source_dir = os.path.join('source', 'dir')
250 cmake = CMake(testsuite_mock, platform_mock, source_dir, build_dir,
310 source_dir = os.path.join('source', 'dir')
321 cmake = CMake(testsuite_mock, platform_mock, source_dir, build_dir,
443 source_dir = os.path.join('source', 'dir')
461 cmake = CMake(testsuite_mock, platform_mock, source_dir, build_dir,
719 source_dir = os.path.join('source', 'dir')
722 fb = FilterBuilder(testsuite_mock, platform_mock, source_dir, build_dir,
Dtest_harness.py555 id="id", testcases=[], source_dir="source_dir", harness_config={}
Dtest_handlers.py46 type(testsuite).source_dir = mock.PropertyMock(return_value='')
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_extensions.cmake669 # sysbuild_add_subdirectory(<source_dir> [<binary_dir>])
672 # recursive processing of the sysbuild images added via <source_dir>.
674 # After exiting <source_dir>, this function will take every image added so far,
679 function(sysbuild_add_subdirectory source_dir)
690 cmake_path(ABSOLUTE_PATH source_dir NORMALIZE OUTPUT_VARIABLE SYSBUILD_CURRENT_SOURCE_DIR)
691 add_subdirectory(${source_dir} ${binary_dir})
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Drunner.py510 def __init__(self, testsuite: TestSuite, platform: Platform, source_dir, build_dir, jobserver): argument
521 self.source_dir = source_dir
758 def __init__(self, testsuite: TestSuite, platform: Platform, source_dir, build_dir, jobserver): argument
759 super().__init__(testsuite, platform, source_dir, build_dir, jobserver)
863 instance.testsuite.source_dir,
Dharness.py359 self.source_dir = instance.testsuite.source_dir
397 self.source_dir, os.path.expanduser(os.path.expandvars(src)))) for src in pytest_root])
Dtestsuite.py446 self.source_dir = suite_path
Dreports.py607 cwd_rel_path = os.path.relpath(example_instance.testsuite.source_dir, start=os.getcwd())
Dhandlers.py87 self.sourcedir = instance.testsuite.source_dir
Dtestplan.py1043 [*self.env.snippet_roots, Path(ts.source_dir)]
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.zsh248 "1:source_dir:_directories"
/Zephyr-latest/doc/develop/west/
Dbuild-flash-debug.rst399 - ``source_dir``: The relative path from the current working directory
/Zephyr-latest/cmake/modules/
Dextensions.cmake1997 function(add_subdirectory_ifdef feature_toggle source_dir)
1999 add_subdirectory(${source_dir} ${ARGN})
2149 function(add_subdirectory_ifndef feature_toggle source_dir)
2151 add_subdirectory(${source_dir} ${ARGN})