Searched refs:realpath (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/scripts/west_commands/ |
D | completion.py | 71 cf = os.path.join(os.path.dirname(os.path.realpath(__file__)),
|
D | build_helpers.py | 23 script_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
|
D | patch.py | 231 patch_path = os.path.realpath(Path(args.patch_base) / pth) 351 mod_path = os.path.realpath(Path(args.west_workspace) / mod)
|
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/creds/ |
D | convert_keys.py | 29 creds_dir = os.path.dirname(os.path.realpath(__file__))
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_testlist.py | 37 saved_tests_file_path = os.path.realpath(os.path.join(out_path, '..', 'saved-tests.json'))
|
/Zephyr-latest/tests/bsim/ |
D | sh_common.source | 54 PA="$(realpath --relative-to "${ZEPHYR_BASE}" "${PA}")"
|
D | compile.source | 46 local app_absolute=$(realpath "${app_root}/${app}")
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfig.py | 284 for path in sorted({os.path.realpath(os.path.join(kconf.srctree, path))
|
D | kconfiglib.py | 554 from os.path import dirname, exists, expandvars, islink, join, realpath 968 self._srctree_prefix = realpath(self.srctree) + os.sep
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testsuite.py | 448 os.path.realpath(suite_path), start=canonical_zephyr_base 520 canonical_testsuite_root = os.path.realpath(testsuite_root)
|
D | environment.py | 42 canonical_zephyr_base = os.path.realpath(ZEPHYR_BASE)
|
D | runner.py | 880 filename = os.path.abspath(os.path.realpath(filename))
|
/Zephyr-latest/doc/develop/west/ |
D | west-apis.rst | 513 instead of ``os.path.realpath()``, improving support for symbolic links.
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_runner.py | 177 path_to_sanitize = os.path.join(os.path.realpath(ZEPHYR_BASE), sanitized_path_expected)
|