Home
last modified time | relevance | path

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

/systemd-251/test/
Dsysv-generator-test.py32 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 …]
Dcreate-sys-script.py80 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)
Dnetworkd-test.py126 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')
Dtest-systemd-tmpfiles.py34 print('Running {} on {!r}'.format(' '.join(exe_with_args + args), line))
/systemd-251/
D.ycm_extra_conf.py72 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)
DREADME.md39 …ng list](https://lists.freedesktop.org/mailman/listinfo/systemd-devel) or join our [IRC channel](i…
Dmeson.build314 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)},
DNEWS6678 option, which may be used to make a container join an existing
/systemd-251/src/shared/
Dacl-util.c235 _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/
Dsystemd-networkd-tests.py42 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/
Dupdate-man-rules.py48 return ' \\\n\t'.join(sorted(files) or '#')
78 return '\n'.join((MESON_HEADER, pprint.pformat(lines)[1:-1], MESON_FOOTER))
Dmake-man-index.py58 purpose_text = ' '.join(t.find('./refnamediv/refpurpose').itertext())
59 purpose = ' '.join(purpose_text.split())
Danalyze-dump-sort.py54 print('\n'.join(unit), file=destfile)
Dmake-directive-index.py76 text = ' '.join(name.itertext())
Dupdate-dbus-docs.py17 from shlex import join as shlex_join
/systemd-251/man/
D90-rearrange-path.py34 return ':'.join(p.as_posix() for p in items)
/systemd-251/src/basic/
Dmissing_syscalls.py126 ''' + '\n'.join(line for line in DEF_TEMPLATE_B.splitlines()
/systemd-251/test/fuzz/
Dmeson.build16 ' '.join(cc.cmd_array()),
/systemd-251/hwdb.d/
Dacpi-update.py43 self.company = ' '.join(self.data.strip().split())
Dids_parser.py128 '\n# '.join(sources)),
D20-OUI.hwdb28014 ID_OUI_FROM_DATABASE=Shenzhen Full-join Technology Co.,Ltd
Dma-large.txt172388 00-23-CB (hex) Shenzhen Full-join Technology Co.,Ltd
172389 0023CB (base 16) Shenzhen Full-join Technology Co.,Ltd
/systemd-251/src/systemd/
Dmeson.build79 std_name = opt.length() == 2 ? '_'.join(opt[1].split(':')) : ''
/systemd-251/src/analyze/
Danalyze-security.c725 _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()