Searched refs:join (Results 1 – 16 of 16) sorted by relevance
| /scripts/ |
| D | rustdoc_test_gen.rs | 62 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()
|
| D | checktransupdate.py | 39 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)
|
| D | checkkconfigsymbols.py | 128 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()
|
| D | make_fit.py | 155 fsw.property('fdt', bytes(''.join(f'fdt-{x}\x00' for x in files), "ascii")) 237 cmd_fname = os.path.join(path, f'.{basename}.cmd')
|
| D | macro_checker.py | 113 path = os.path.join(dir_path, dentry)
|
| D | check-uapi.sh | 58 join() { function 118 changed_enumerators_regexp = $(join , "${enum_regex[@]}")
|
| D | spdxcheck.py | 370 fname = os.path.join(os.path.dirname(__file__), 'spdxexclude')
|
| D | bpf_doc.py | 859 bpfh = os.path.join(linuxRoot, 'include/uapi/linux/bpf.h')
|
| /scripts/kconfig/tests/ |
| D | conftest.py | 18 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/ |
| D | gen_compile_commands.py | 86 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))
|
| D | run-clang-tools.py | 69 pargs = ["clang-tidy", "-p", args.path, "-checks=" + ",".join(checks)]
|
| /scripts/dtc/ |
| D | dt-extract-compatibles | 92 compat_str = ' '.join(compatibles) 105 yield os.path.join(path, f)
|
| /scripts/gdb/linux/ |
| D | timerlist.py | 64 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))
|
| D | genpd.py | 62 ', '.join(child_names)))
|
| D | symbols.py | 112 textaddr=textaddr, sections="".join(args))
|
| D | slab.py | 231 gdb.write(','.join(str(cpu) for cpu in loc['cpus']))
|