Home
last modified time | relevance | path

Searched refs:cp (Results 1 – 25 of 25) sorted by relevance

/systemd-251/test/TEST-06-SELINUX/
Dtest.sh33 if ! cp -ar "$modules_dir" "$workspace/$modules_dir"; then
41 if ! cp -ar "$policy_headers_dir" "$workspace/$policy_headers_dir"; then
47 cp systemd_test.te "$workspace/systemd-test-module"
48 cp systemd_test.if "$workspace/systemd-test-module"
49 cp systemd_test.fc "$workspace/systemd-test-module"
/systemd-251/test/
Dtest-sysusers.sh.in19 test -f $i && cp $i $TESTDIR/etc/${i#*.initial-}
51 cp $f $TESTDIR/usr/lib/sysusers.d/test.conf
82 cp $f $TESTDIR/etc/sysusers.d/confuse.conf
93 cp $f $TESTDIR/etc/sysusers.d/confuse.conf
126 cp $f $TESTDIR/usr/lib/sysusers.d/test.conf
141 cp $f $TESTDIR/usr/lib/sysusers.d/test.conf
154 cp $f $TESTDIR/usr/lib/sysusers.d/test.conf
Dsysv-generator-test.py76 cp = RawConfigParser(dict_type=MultiDict, strict=False)
80 cp = RawConfigParser(dict_type=MultiDict)
81 cp.optionxform = lambda o: o # don't lower-case option names
83 cp.readfp(f)
84 results[os.path.basename(service)] = cp
Dtest-functions202 cp
598 cp "$os_release" "$initdir/usr/lib/os-release"
609cp "$initdir/usr/lib/systemd/system/minimal-app0.service" "$initdir/usr/lib/systemd/system/minimal…
617cp "$initdir/usr/lib/systemd/system/minimal-app0.service" "$initdir/usr/lib/systemd/system/minimal…
733 if ! cp -ar "$conf_dir" "$initdir/$conf_dir"; then
1151 cp "$testsdir"/test-* "$initdir/$testsdir/"
1152 cp -a "$testsdir/testdata" "$initdir/$testsdir/"
1215 cp -frv "${SOURCE_DIR:?}/src/portable/profile" "$portable_dir"
1718 cp -a /etc/ld.so.conf* "${initdir:?}/etc"
1981 cp -ar "$initdir" "$TESTDIR/unprivileged-nspawn-root"
[all …]
Dmkosi.build.networkd-test9 cp "$SRCDIR"/test/networkd-test.py "$DESTDIR"/usr/local/bin/networkd-test.py
Dcreate-busybox-container14 cp "$busybox" "$root/bin/busybox"
Dtest-systemctl-enable.sh175 cp "$root/link1.path" "$root/subdir/"
180 cp "$root/link1.path" "$root/subdir/link1.suffix"
217 cp "$root/link1.path" "$root/subdir/link1.suffix"
/systemd-251/src/libsystemd/sd-journal/
Dsd-journal.c523 uint64_t cp; in next_for_match() local
525 r = next_for_match(j, i, f, after_offset, direction, NULL, &cp); in next_for_match()
529 if (np == 0 || (direction == DIRECTION_DOWN ? cp < np : cp > np)) in next_for_match()
530 np = cp; in next_for_match()
555 uint64_t cp; in next_for_match() local
557 r = next_for_match(j, i, f, np, direction, NULL, &cp); in next_for_match()
561 assert(direction == DIRECTION_DOWN ? cp >= np : cp <= np); in next_for_match()
562 if (direction == DIRECTION_DOWN ? cp > np : cp < np) { in next_for_match()
563 np = cp; in next_for_match()
639 uint64_t cp; in find_location_for_match() local
[all …]
/systemd-251/src/test/
Dtest-alloc-util.c94 bool b, c, *cp = &c, d, e, f, g, h; in TEST() local
97 *cp = -11; in TEST()
101 g = cp; /* cast from pointer */ in TEST()
/systemd-251/
Dmkosi.build118cp -v "$SRCDIR/test/mkosi-check-and-shutdown.service" "$DESTDIR/usr/lib/systemd/system/mkosi-check…
119cp -v "$SRCDIR/test/mkosi-check-and-shutdown.sh" "$DESTDIR/usr/lib/systemd/mkosi-check-and-shutdow…
/systemd-251/tools/
Doss-fuzz.sh111 find src -type f -name "fuzz-*.dict" -exec cp {} "$OUT" \;
112 cp src/fuzz/*.options "$OUT"
Dadd-git-hook.sh11 cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit
/systemd-251/test/units/
Dtestsuite-65.sh75 cp /tmp/testfile.service /tmp/.testfile.service
82 cp /tmp/testfile.service /tmp/testsrvc
Dtestsuite-68.sh105 cp /run/systemd/system/testservice-success-exit-handler-68.service \
167 cp /run/systemd/system/testservice-failure-exit-handler-68.service \
Dtestsuite-16.sh49 cp "$TESTLOG" /test.log
Dtestsuite-17.03.sh10 cp -f /etc/udev/udev.conf /etc/udev/udev.conf.bckp
Dtestsuite-13.sh78 cp /usr/lib/os-release /etc
Dtestsuite-29.sh96 cp /usr/share/app1.raw /tmp/app1_2.raw
Dtestsuite-50.sh28 cp /usr/share/minimal* "${image_dir}/"
/systemd-251/test/TEST-01-BASIC/
Dtest.sh17 cp -v "$TEST_UNITS_DIR"/{testsuite-01,end}.service "$TEST_UNITS_DIR/testsuite.target" "$dst"
/systemd-251/test/TEST-13-NSPAWN-SMOKE/
Dtest.sh22 cp -ar /etc/selinux "$workspace/etc/selinux"
/systemd-251/test/TEST-24-CRYPTSETUP/
Dtest.sh18 [[ -f "$initdir/failed" ]] && cp -a "$initdir/failed" "${TESTDIR:?}"
/systemd-251/docs/
Dstyle.css211 .highlight .cp {
430 .highlight .cp {
DTRANSLATORS.md43 $ cp po/systemd.pot po/${lang_code}.po
/systemd-251/test/TEST-64-UDEV-STORAGE/
Dtest.sh247 cp -uv "${TESTDIR:?}/namedpart0.img" "$diskpath"