Searched refs:abspath (Results 1 – 25 of 29) sorted by relevance
12
/Zephyr-latest/scripts/native_simulator/ |
D | Makefile | 26 NSI_BUILD_PATH?=$(abspath _build/) 98 EXTRA_OBJS:=$(abspath $(addprefix $(NSI_BUILD_PATH)/,$(sort $(patsubst %.c,%.o,${NSI_EXTRA_SRCS:%.c… 99 OBJS:=$(abspath $(addprefix $(NSI_BUILD_PATH)/,${SRCS:${NSI_PATH}%.c=%.o})) ${EXTRA_OBJS} 105 LOCALIZED_EMBSW:=$(abspath $(addprefix $(NSI_BUILD_PATH)/,$(addsuffix .loc_cpusw.o,${NSI_EMBEDDED_C…
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | scanner.py | 197 f.relpath = os.path.relpath(f.abspath, pkg.cfg.relativeBaseDir) 200 hashes = getHashes(f.abspath) 212 expression = getExpressionData(f.abspath, cfg.numLinesScanned)
|
D | walker.py | 454 bf.abspath = artifactPath 464 self.docBuild.fileLinks[bf.abspath] = bf 465 self.allFileLinks[bf.abspath] = self.docBuild 502 rd.ownerFileAbspath = bf.abspath 528 rd.ownerFileAbspath = bf.abspath 611 rd.ownerFileAbspath = pkg.targetBuildFile.abspath 664 sf.abspath = srcAbspath 674 srcDoc.fileLinks[sf.abspath] = sf 675 self.allFileLinks[sf.abspath] = srcDoc
|
D | datatypes.py | 219 self.abspath = ""
|
/Zephyr-latest/scripts/support/ |
D | quartus-flash.py | 78 input_sof = os.path.abspath(input_sof) 79 kernel_hex = os.path.abspath(kernel_hex)
|
/Zephyr-latest/scripts/west_commands/ |
D | run_tests.py | 27 here = os.path.abspath(os.path.dirname(__file__))
|
D | gtags.py | 92 absolute = os.path.join(project.abspath, filename)
|
D | build_helpers.py | 112 return os.path.abspath(build_dir)
|
D | build.py | 492 return os.path.abspath(source_dir) 538 source_abs = (os.path.abspath(self.args.source_dir) 540 cached_abs = os.path.abspath(cached_app) if cached_app else None
|
D | sign.py | 545 sof_src_dir = pathlib.Path(sof_proj[0].abspath)
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_environment.py | 315 original_abspath = os.path.abspath 342 original_abspath = os.path.abspath 446 original_abspath = os.path.abspath 574 original_abspath = os.path.abspath
|
D | conftest.py | 78 class_testplan.env.board_roots = [os.path.abspath(os.path.join(test_data, "board_config"))]
|
D | test_testplan.py | 61 class_env.board_roots = [os.path.abspath(test_data + board_root_dir)]
|
/Zephyr-latest/tests/net/socket/tls_configurations/pytest/ |
D | test_app_vs_openssl.py | 13 this_path = os.path.dirname(os.path.abspath(__file__))
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/ |
D | plugin.py | 168 path = os.path.normpath(os.path.abspath(path))
|
/Zephyr-latest/arch/x86/zefi/ |
D | zefi.py | 20 base_dir = os.path.dirname(os.path.abspath(__file__))
|
/Zephyr-latest/doc/develop/west/ |
D | west-apis.rst | 381 The *abspath*, *posixpath*, *relative_path*, *yaml_path*, *repo_path*, 512 The *abspath* attribute is created using ``os.path.abspath()``
|
/Zephyr-latest/scripts/footprint/ |
D | pack_as_twister.py | 178 zephyr_base = os.path.abspath(args.zephyr_base)
|
/Zephyr-latest/scripts/ |
D | zephyr_module.py | 445 out += '-T\n{}\n'.format(PurePath(os.path.abspath(dir)) 451 out += '--board-root\n{}\n'.format(PurePath(os.path.abspath(dir))
|
/Zephyr-latest/scripts/build/ |
D | uf2conv.py | 263 pathname = os.path.join(os.path.dirname(os.path.abspath(__file__)), filename)
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | coverage.py | 553 coverage_tool.base_dir = os.path.abspath(options.coverage_basedir)
|
D | testplan.py | 497 root = os.path.abspath(root) 515 alt_config = os.path.join(os.path.abspath(alt_config_root),
|
D | environment.py | 1071 self.outdir = os.path.abspath(options.outdir)
|
D | reports.py | 58 self.outdir = os.path.abspath(env.options.outdir)
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 1371 pylintrc = os.path.abspath(os.path.join(os.path.dirname(__file__), 1375 check_script_dir = os.path.abspath(os.path.join(os.path.dirname(__file__),
|
12