Searched refs:cp (Results 1 – 25 of 25) sorted by relevance
/systemd-251/test/TEST-06-SELINUX/ |
D | test.sh | 33 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/ |
D | test-sysusers.sh.in | 19 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
|
D | sysv-generator-test.py | 76 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
|
D | test-functions | 202 cp 598 cp "$os_release" "$initdir/usr/lib/os-release" 609 …cp "$initdir/usr/lib/systemd/system/minimal-app0.service" "$initdir/usr/lib/systemd/system/minimal… 617 …cp "$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 …]
|
D | mkosi.build.networkd-test | 9 cp "$SRCDIR"/test/networkd-test.py "$DESTDIR"/usr/local/bin/networkd-test.py
|
D | create-busybox-container | 14 cp "$busybox" "$root/bin/busybox"
|
D | test-systemctl-enable.sh | 175 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/ |
D | sd-journal.c | 523 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/ |
D | test-alloc-util.c | 94 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/ |
D | mkosi.build | 118 …cp -v "$SRCDIR/test/mkosi-check-and-shutdown.service" "$DESTDIR/usr/lib/systemd/system/mkosi-check… 119 …cp -v "$SRCDIR/test/mkosi-check-and-shutdown.sh" "$DESTDIR/usr/lib/systemd/mkosi-check-and-shutdow…
|
/systemd-251/tools/ |
D | oss-fuzz.sh | 111 find src -type f -name "fuzz-*.dict" -exec cp {} "$OUT" \; 112 cp src/fuzz/*.options "$OUT"
|
D | add-git-hook.sh | 11 cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit
|
/systemd-251/test/units/ |
D | testsuite-65.sh | 75 cp /tmp/testfile.service /tmp/.testfile.service 82 cp /tmp/testfile.service /tmp/testsrvc
|
D | testsuite-68.sh | 105 cp /run/systemd/system/testservice-success-exit-handler-68.service \ 167 cp /run/systemd/system/testservice-failure-exit-handler-68.service \
|
D | testsuite-16.sh | 49 cp "$TESTLOG" /test.log
|
D | testsuite-17.03.sh | 10 cp -f /etc/udev/udev.conf /etc/udev/udev.conf.bckp
|
D | testsuite-13.sh | 78 cp /usr/lib/os-release /etc
|
D | testsuite-29.sh | 96 cp /usr/share/app1.raw /tmp/app1_2.raw
|
D | testsuite-50.sh | 28 cp /usr/share/minimal* "${image_dir}/"
|
/systemd-251/test/TEST-01-BASIC/ |
D | test.sh | 17 cp -v "$TEST_UNITS_DIR"/{testsuite-01,end}.service "$TEST_UNITS_DIR/testsuite.target" "$dst"
|
/systemd-251/test/TEST-13-NSPAWN-SMOKE/ |
D | test.sh | 22 cp -ar /etc/selinux "$workspace/etc/selinux"
|
/systemd-251/test/TEST-24-CRYPTSETUP/ |
D | test.sh | 18 [[ -f "$initdir/failed" ]] && cp -a "$initdir/failed" "${TESTDIR:?}"
|
/systemd-251/docs/ |
D | style.css | 211 .highlight .cp { 430 .highlight .cp {
|
D | TRANSLATORS.md | 43 $ cp po/systemd.pot po/${lang_code}.po
|
/systemd-251/test/TEST-64-UDEV-STORAGE/ |
D | test.sh | 247 cp -uv "${TESTDIR:?}/namedpart0.img" "$diskpath"
|