Searched refs:cp (Results 1 - 13 of 13) sorted by relevance

/systemd/test/TEST-03-JOBS/
H A Dtest.sh13 [[ -f $TESTDIR/root/failed ]] && cp -a $TESTDIR/root/failed $TESTDIR
14 cp -a $TESTDIR/root/var/log/journal $TESTDIR
61 cp $TEST_BASE_DIR/{hello.service,sleep.service,hello-after-sleep.target,unstoppable.service} \
63 cp test-jobs.sh $initdir/
/systemd/test/TEST-04-JOURNAL/
H A Dtest.sh13 [[ -f $TESTDIR/root/failed ]] && cp -a $TESTDIR/root/failed $TESTDIR
14 cp -a $TESTDIR/root/var/log/journal $TESTDIR
69 cp test-journal.sh $initdir/
/systemd/test/TEST-05-RLIMITS/
H A Dtest.sh13 [[ -f $TESTDIR/root/failed ]] && cp -a $TESTDIR/root/failed $TESTDIR
14 cp -a $TESTDIR/root/var/log/journal $TESTDIR
65 cp test-rlimits.sh $initdir/
/systemd/test/TEST-06-SELINUX/
H A Dtest.sh20 [[ -f $TESTDIR/root/failed ]] && cp -a $TESTDIR/root/failed $TESTDIR
21 cp -a $TESTDIR/root/var/log/journal $TESTDIR
96 if ! cp -ar $_modules_dir $initdir/$_modules_dir; then
104 if ! cp -ar $_policy_headers_dir $initdir/$_policy_headers_dir; then
110 cp systemd_test.te $initdir/systemd-test-module
111 cp systemd_test.if $initdir/systemd-test-module
112 cp test-selinux-checks.sh $initdir
/systemd/src/kernel-install/
H A D90-loaderentry.install63 cp "$KERNEL_IMAGE" "$BOOT_DIR_ABS/linux" &&
/systemd/test/TEST-01-BASIC/
H A Dtest.sh13 [[ -f $TESTDIR/root/failed ]] && cp -a $TESTDIR/root/failed $TESTDIR
14 cp -a $TESTDIR/root/var/log/journal $TESTDIR
/systemd/
H A Dautogen.sh26 cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit && \
/systemd/test/TEST-07-ISSUE-1981/
H A Dtest.sh42 cp test-segfault.sh $initdir/
/systemd/test/
H A Dtest-efi-create-disk.sh15 cp systemd-bootx64.efi mnt/EFI/Boot/bootx64.efi
17 [ -e /boot/shellx64.efi ] && cp /boot/shellx64.efi mnt/
H A Dsysv-generator-test.py90 cp = RawConfigParser(dict_type=MultiDict, strict=False)
94 cp = RawConfigParser(dict_type=MultiDict)
95 cp.optionxform = lambda o: o # don't lower-case option names
97 cp.readfp(f)
98 results[os.path.basename(service)] = cp
H A Dtest-functions17 DEBUGTOOLS="df free ls stty cat ps ln ip route dmesg dhclient mkdir cp ping dhclient strace less grep id tty touch du sort hostname find"
135 if ! cp -ar $_conf_dir $initdir/$_conf_dir; then
250 [[ -f $TESTDIR/nspawn-root/failed ]] && cp -a $TESTDIR/nspawn-root/failed $TESTDIR
251 cp -a $TESTDIR/nspawn-root/var/log/journal $TESTDIR
315 cp -a /etc/ld.so.conf* $initdir/etc
387 cp /etc/pam.d/systemd-user $initdir/etc/pam.d/
417 cp $TEST_BASE_DIR/testsuite.target $initdir/etc/systemd/system/
418 cp $TEST_BASE_DIR/end.service $initdir/etc/systemd/system/
430 ddebug "cp -ar $initdir $TESTDIR/nspawn-root"
431 cp
[all...]
/systemd/test/TEST-02-CRYPTSETUP/
H A Dtest.sh13 [[ -f $TESTDIR/root/failed ]] && cp -a $TESTDIR/root/failed $TESTDIR
16 cp -a $TESTDIR/root/var/log/journal $TESTDIR
/systemd/src/journal/
H A Dsd-journal.c534 uint64_t cp; local
536 r = next_for_match(j, i, f, after_offset, direction, NULL, &cp);
540 if (np == 0 || (direction == DIRECTION_DOWN ? cp < np : cp > np))
541 np = cp;
566 uint64_t cp; local
568 r = next_for_match(j, i, f, np, direction, NULL, &cp);
572 assert(direction == DIRECTION_DOWN ? cp >= np : cp <= np);
573 if (direction == DIRECTION_DOWN ? cp > n
641 uint64_t cp; local
679 uint64_t cp; local
756 uint64_t cp, n_entries; local
[all...]

Completed in 268 milliseconds