Home
last modified time | relevance | path

Searched refs:join (Results 1 – 16 of 16) sorted by relevance

/scripts/
Drustdoc_test_gen.rs62 let joined_potential_components = potential_components.join("_") + ".rs"; in find_real_path()
64 .join("rust/kernel") in find_real_path()
65 .join(prefix) in find_real_path()
66 .join(&joined_potential_components) in find_real_path()
72 .join(prefix) in find_real_path()
73 .join(joined_potential_components), in find_real_path()
81 let prefix = prefix.join(components_prefix.join("_")); in find_real_path()
82 if srctree.join("rust/kernel").join(&prefix).is_dir() { in find_real_path()
Dchecktransupdate.py39 return "/".join(opaths)
135 linux_path = os.path.join(script_path, "..")
153 ab_item = os.path.join(pwd, item)
199 linux_path = os.path.join(script_path, "..")
241 os.path.join(linux_path, "Documentation"), ["translations", "output"], "rst"
253 new_file = os.sep.join(new_path_parts)
Dcheckkconfigsymbols.py128 print("%s: %s" % (yel("Similar symbols"), ', '.join(sims)))
186 print("%s: %s" % (yel("Referencing files"), ", ".join(files)))
191 print("%s: %s" % (sims_out, ', '.join(sims)))
318 pool.join()
Dmake_fit.py155 fsw.property('fdt', bytes(''.join(f'fdt-{x}\x00' for x in files), "ascii"))
237 cmd_fname = os.path.join(path, f'.{basename}.cmd')
Dmacro_checker.py113 path = os.path.join(dir_path, dentry)
Dcheck-uapi.sh58 join() { function
118 changed_enumerators_regexp = $(join , "${enum_regex[@]}")
Dspdxcheck.py370 fname = os.path.join(os.path.dirname(__file__), 'spdxexclude')
Dbpf_doc.py859 bpfh = os.path.join(linuxRoot, 'include/uapi/linux/bpf.h')
/scripts/kconfig/tests/
Dconftest.py18 CONF_PATH = os.path.abspath(os.path.join('scripts', 'kconfig', 'conf'))
66 shutil.copyfile(os.path.join(self._test_dir, dot_config),
67 os.path.join(temp_dir, '.config'))
94 with open(os.path.join(temp_dir, out_file)) as f:
104 print("[command]\n{}\n".format(' '.join(command)))
154 defconfig_path = os.path.join(self._test_dir, defconfig)
159 all_config_path = os.path.join(self._test_dir, all_config)
234 with open(os.path.join(self._test_dir, expected)) as f:
/scripts/clang-tools/
Dgen_compile_commands.py86 exclude_dirs = [ os.path.join(directory, d) for d in _EXCLUDE_DIRS ]
96 yield os.path.join(dirpath, filename)
109 return os.path.join(dir, '.' + base + '.cmd')
176 abs_path = os.path.realpath(os.path.join(root_directory, file_path))
Drun-clang-tools.py69 pargs = ["clang-tidy", "-p", args.path, "-checks=" + ",".join(checks)]
/scripts/dtc/
Ddt-extract-compatibles92 compat_str = ' '.join(compatibles)
105 yield os.path.join(path, f)
/scripts/gdb/linux/
Dtimerlist.py64 text += "".join([x for x in print_active_timers(base)])
86 text += "\n".join([s.format(f, cpu_base[f]) for s, f in fmts])
178 return "".join(str(chunks))
Dgenpd.py62 ', '.join(child_names)))
Dsymbols.py112 textaddr=textaddr, sections="".join(args))
Dslab.py231 gdb.write(','.join(str(cpu) for cpu in loc['cpus']))