Searched defs:cwd (Results  1 – 8 of 8) sorted by relevance
| /Zephyr-latest/scripts/footprint/ | 
| D | compare_footprint | 92 def sanity_results_filename(commit=None, cwd=os.environ.get('ZEPHYR_BASE')):  argument103 def git_checkout(commit, cwd=os.environ.get('ZEPHYR_BASE')):  argument
 119 def run_sanity_footprint(commit=None, cwd=os.environ.get('ZEPHYR_BASE'),  argument
 
 | 
| /Zephyr-latest/scripts/west_commands/ | 
| D | build_helpers.py | 39 def _resolve_build_dir(fmt, guess, cwd, **kwargs):  argument
 | 
| D | zcmake.py | 30 def run_cmake(args, cwd=None, capture_output=False, dry_run=False, env=None):  argument
 | 
| /Zephyr-latest/scripts/kconfig/ | 
| D | lint.py | 293 def run(cmd, cwd=TOP_DIR, check=True):  argument
 | 
| /Zephyr-latest/subsys/testsuite/ztest/src/ | 
| D | ztest_posix.c | 57 	const char *cwd;  in ztest_relative_filename()  local
 | 
| /Zephyr-latest/subsys/fs/ | 
| D | shell.c | 87 static char cwd[MAX_PATH_LEN] = "/";  variable
 | 
| /Zephyr-latest/scripts/ci/ | 
| D | check_compliance.py | 40 def git(*args, cwd=None, ignore_non_zero=False):  argument
 | 
| /Zephyr-latest/scripts/tests/twister/ | 
| D | test_handlers.py | 2000     def mock_popen(command, stdout=None, stdin=None, stderr=None, cwd=None):  argument
 |