Searched refs:dirname (Results 226 – 244 of 244) sorted by relevance
12345678910
/Zephyr-latest/scripts/kconfig/ |
D | guiconfig.py | 349 file=os.path.join(os.path.dirname(__file__), name + ".gif"), 1364 initialdir=os.path.dirname(filename), 1388 initialdir=os.path.dirname(filename), 1420 initialdir=os.path.dirname(filename),
|
D | kconfiglib.py | 554 from os.path import dirname, exists, expandvars, islink, join, realpath 2976 pattern = join(dirname(self.filename), pattern) 6427 sym_path_dir = dirname(sym_path)
|
/Zephyr-latest/scripts/build/ |
D | uf2conv.py | 263 pathname = os.path.join(os.path.dirname(os.path.abspath(__file__)), filename)
|
/Zephyr-latest/scripts/ |
D | set_assignees.py | 17 TOP_DIR = os.path.join(os.path.dirname(__file__))
|
D | checkpatch.pl | 19 my $D = dirname(abs_path($P));
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test_dtlib.py | 83 def temporary_chdir(dirname): argument 91 os.chdir(dirname)
|
D | test_edtlib_binding_init.py | 1153 os.chdir(os.path.dirname(__file__))
|
D | test_edtlib.py | 27 HERE = os.path.dirname(__file__)
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 1167 FILENAME = os.path.join(os.path.dirname(__file__), "Kconfig.board.v2") 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__),
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 2021 dirname = os.path.dirname(self.filename) 2023 return open(os.path.join(dirname, filename), mode, **kwargs)
|
/Zephyr-latest/subsys/fs/ |
D | fuse_fs_access_bottom.c | 196 return strcmp(dirname(dir_path), "/") == 0; in is_mount_point()
|
/Zephyr-latest/doc/_extensions/zephyr/domain/ |
D | __init__.py | 1132 path.dirname(code_sample_category["docname"]), 1194 node = resolver.get(category_tree, "/" + path.dirname(code_sample["docname"]))
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | core.py | 747 self._sysbuild_conf = SysbuildConfiguration(os.path.dirname(self.cfg.build_dir))
|
/Zephyr-latest/scripts/west_commands/ |
D | build.py | 204 test_path = os.path.dirname(self.args.test_item)
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testplan.py | 442 board_roots = [Path(os.path.dirname(root)) for root in self.env.board_roots] 512 suite_path = os.path.dirname(suite_yaml_path)
|
/Zephyr-latest/scripts/dts/ |
D | gen_defines.py | 25 sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'python-devicetree',
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_harness.py | 1227 os.makedirs(os.path.dirname(zephyr_exe_path), exist_ok=True)
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 219 pcidir = os.path.dirname(p)
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.fish | 283 set -l manifest_dir (path dirname "$manifest_file")
|
12345678910