Home
last modified time | relevance | path

Searched refs:abspath (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-latest/scripts/native_simulator/
DMakefile26 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/
Dscanner.py197 f.relpath = os.path.relpath(f.abspath, pkg.cfg.relativeBaseDir)
200 hashes = getHashes(f.abspath)
212 expression = getExpressionData(f.abspath, cfg.numLinesScanned)
Dwalker.py454 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
Ddatatypes.py219 self.abspath = ""
/Zephyr-latest/scripts/support/
Dquartus-flash.py78 input_sof = os.path.abspath(input_sof)
79 kernel_hex = os.path.abspath(kernel_hex)
/Zephyr-latest/scripts/west_commands/
Drun_tests.py27 here = os.path.abspath(os.path.dirname(__file__))
Dgtags.py92 absolute = os.path.join(project.abspath, filename)
Dbuild_helpers.py112 return os.path.abspath(build_dir)
Dbuild.py492 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
Dsign.py545 sof_src_dir = pathlib.Path(sof_proj[0].abspath)
/Zephyr-latest/scripts/tests/twister/
Dtest_environment.py315 original_abspath = os.path.abspath
342 original_abspath = os.path.abspath
446 original_abspath = os.path.abspath
574 original_abspath = os.path.abspath
Dconftest.py78 class_testplan.env.board_roots = [os.path.abspath(os.path.join(test_data, "board_config"))]
Dtest_testplan.py61 class_env.board_roots = [os.path.abspath(test_data + board_root_dir)]
/Zephyr-latest/tests/net/socket/tls_configurations/pytest/
Dtest_app_vs_openssl.py13 this_path = os.path.dirname(os.path.abspath(__file__))
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dplugin.py168 path = os.path.normpath(os.path.abspath(path))
/Zephyr-latest/arch/x86/zefi/
Dzefi.py20 base_dir = os.path.dirname(os.path.abspath(__file__))
/Zephyr-latest/doc/develop/west/
Dwest-apis.rst381 The *abspath*, *posixpath*, *relative_path*, *yaml_path*, *repo_path*,
512 The *abspath* attribute is created using ``os.path.abspath()``
/Zephyr-latest/scripts/footprint/
Dpack_as_twister.py178 zephyr_base = os.path.abspath(args.zephyr_base)
/Zephyr-latest/scripts/
Dzephyr_module.py445 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/
Duf2conv.py263 pathname = os.path.join(os.path.dirname(os.path.abspath(__file__)), filename)
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dcoverage.py553 coverage_tool.base_dir = os.path.abspath(options.coverage_basedir)
Dtestplan.py497 root = os.path.abspath(root)
515 alt_config = os.path.join(os.path.abspath(alt_config_root),
Denvironment.py1071 self.outdir = os.path.abspath(options.outdir)
Dreports.py58 self.outdir = os.path.abspath(env.options.outdir)
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py1371 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