/systemd-251/test/ |
D | sysv-generator-test.py | 32 self.init_d_dir = os.path.join(self.workdir, 'init.d') 35 self.unit_dir = os.path.join(self.workdir, 'systemd') 37 self.out_dir = os.path.join(self.workdir, 'output') 105 script = os.path.join(self.init_d_dir, fname) 116 d = os.path.join(self.rcnd_dir, 'rc{}.d'.format(runlevel)) 119 os.symlink('../init.d/' + fname, os.path.join(d, prefix + fname)) 135 link = os.path.join(self.out_dir, '{}.target.wants'.format(target), unit) 175 init_script = os.path.join(self.init_d_dir, 'foo') 258 with open(os.path.join(self.init_d_dir, name), 'w') as f: 262 d = os.path.join(self.rcnd_dir, 'rc2.d') [all …]
|
D | create-sys-script.py | 80 r = "\n".join( escape_single_quotes(l) for l in b.split(b"\n") ) 91 path = os.path.join(dirpath, d) 95 path = os.path.join(dirpath, f) 104 path_b = os.path.join(tmpd, path_a) 114 path_b = os.path.join(tmpd, path_a) 122 path_b = os.path.join(tmpd, path_a) 141 path = os.path.join(dirpath, d) 145 path = os.path.join(dirpath, f)
|
D | networkd-test.py | 126 self.write_config(os.path.join(NETWORK_UNITDIR, unit_name), contents) 130 dropin_dir = os.path.join(NETWORK_UNITDIR, "{}.d".format(unit_name)) 131 dropin_path = os.path.join(dropin_dir, "{}.conf".format(dropin_name)) 145 with open(os.path.join('/sys/class/net', link, attribute)) as f: 437 with open(os.path.join(NETWORK_UNITDIR, self.config)) as f: 589 self.dnsmasq_log = os.path.join(self.workdir, 'dnsmasq.log') 590 lease_file = os.path.join(self.workdir, 'dnsmasq.leases') 650 vpn_dnsmasq_log = os.path.join(self.workdir, 'dnsmasq-vpn.log') 722 hosts = os.path.join(self.workdir, 'hosts')
|
D | test-systemd-tmpfiles.py | 34 print('Running {} on {!r}'.format(' '.join(exe_with_args + args), line))
|
/systemd-251/ |
D | .ycm_extra_conf.py | 72 result = os.path.join(DirectoryOfThisScript(), "build") 77 result = glob.glob(os.path.join(DirectoryOfThisScript(), 122 _project_src_dir = os.path.join(DirectoryOfThisScript(), "src") 175 new_flag = os.path.join(working_directory, flag) 184 new_flag = path_flag + os.path.join(working_directory, path)
|
D | README.md | 39 …ng list](https://lists.freedesktop.org/mailman/listinfo/systemd-devel) or join our [IRC channel](i…
|
D | meson.build | 314 cxx_cmd = ' '.join(cxx.cmd_array()) 461 cpp = ' '.join(cc.cmd_array()) + ' -E' 740 extra_net_naming_schemes += 'NAMING_@0@ = @1@,'.format(NAME, '|'.join(VALUE)) 744 conf.set('EXTRA_NET_NAMING_SCHEMES', ' '.join(extra_net_naming_schemes)) 745 conf.set('EXTRA_NET_NAMING_MAP', ' '.join(extra_net_naming_map)) 4133 'static UID/GID allocations' : ' '.join(static_ugids), 4325 'enabled' : ', '.join(found), 4326 'disabled' : ', '.join(missing)},
|
D | NEWS | 6678 option, which may be used to make a container join an existing
|
/systemd-251/src/shared/ |
D | acl-util.c | 235 _cleanup_free_ char *join = NULL; in parse_acl() local 237 join = strv_join(a, ","); in parse_acl() 238 if (!join) in parse_acl() 241 a_acl = acl_from_text(join); in parse_acl() 253 _cleanup_free_ char *join = NULL; in parse_acl() local 255 join = strv_join(d, ","); in parse_acl() 256 if (!join) in parse_acl() 259 d_acl = acl_from_text(join); in parse_acl()
|
/systemd-251/test/test-network/ |
D | systemd-networkd-tests.py | 42 which_paths=':'.join(systemd_lib_paths + os.getenv('PATH', os.defpath).lstrip(':').split(':')) 294 copytree(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'conf'), networkd_ci_path) 296 shutil.copy(os.path.join(networkd_ci_path, '00-debug-net.rules'), udev_rules_dir) 339 f.write('\n'.join(drop_in)) 370 f.write('\n'.join(drop_in)) 380 f.write('\n'.join(drop_in)) 394 os.remove(os.path.join(udev_rules_dir, '00-debug-net.rules')) 409 with open(os.path.join('/sys/class/net/', *args)) as f: 413 path_bridge = os.path.join('/sys/devices/virtual/net', bridge) 415 path = os.path.join(path_bridge, path_port) [all …]
|
/systemd-251/tools/ |
D | update-man-rules.py | 48 return ' \\\n\t'.join(sorted(files) or '#') 78 return '\n'.join((MESON_HEADER, pprint.pformat(lines)[1:-1], MESON_FOOTER))
|
D | make-man-index.py | 58 purpose_text = ' '.join(t.find('./refnamediv/refpurpose').itertext()) 59 purpose = ' '.join(purpose_text.split())
|
D | analyze-dump-sort.py | 54 print('\n'.join(unit), file=destfile)
|
D | make-directive-index.py | 76 text = ' '.join(name.itertext())
|
D | update-dbus-docs.py | 17 from shlex import join as shlex_join
|
/systemd-251/man/ |
D | 90-rearrange-path.py | 34 return ':'.join(p.as_posix() for p in items)
|
/systemd-251/src/basic/ |
D | missing_syscalls.py | 126 ''' + '\n'.join(line for line in DEF_TEMPLATE_B.splitlines()
|
/systemd-251/test/fuzz/ |
D | meson.build | 16 ' '.join(cc.cmd_array()),
|
/systemd-251/hwdb.d/ |
D | acpi-update.py | 43 self.company = ' '.join(self.data.strip().split())
|
D | ids_parser.py | 128 '\n# '.join(sources)),
|
D | 20-OUI.hwdb | 28014 ID_OUI_FROM_DATABASE=Shenzhen Full-join Technology Co.,Ltd
|
D | ma-large.txt | 172388 00-23-CB (hex) Shenzhen Full-join Technology Co.,Ltd 172389 0023CB (base 16) Shenzhen Full-join Technology Co.,Ltd
|
/systemd-251/src/systemd/ |
D | meson.build | 79 std_name = opt.length() == 2 ? '_'.join(opt[1].split(':')) : ''
|
/systemd-251/src/analyze/ |
D | analyze-security.c | 725 _cleanup_free_ char *join = NULL; in assess_device_allow() local 727 join = strv_join(info->device_allow, " "); in assess_device_allow() 728 if (!join) in assess_device_allow() 731 d = strjoin("Service has a device ACL with some special devices: ", join); in assess_device_allow()
|