Searched refs:touch (Results 1 - 22 of 22) sorted by relevance

/systemd/test/TEST-05-RLIMITS/
H A Dtest-rlimits.sh16 touch /testok
/systemd/test/TEST-06-SELINUX/
H A Dtest-selinux-checks.sh12 touch /testok
H A Dtest.sh90 touch $initdir/.load-systemd-test-module
/systemd/test/TEST-07-ISSUE-1981/
H A Dtest-segfault.sh35 touch /testok
/systemd/src/test/
H A Dtest-path.c130 assert_se(touch(test_path) >= 0);
143 assert_se(touch(test_path) >= 0);
155 assert_se(touch(test_path) >= 0);
174 assert_se(touch(test_path) >= 0);
195 assert_se(touch(test_path) >= 0);
215 assert_se(touch(strjoina(test_path, "test_file")) >= 0);
H A Dtest-execute.c105 assert_se(touch("/tmp/test-exec_privatetmp") >= 0);
H A Dtest-util.c1195 assert_se(touch(name) >= 0);
1389 assert_se(touch(name3) >= 0);
1610 assert_se(touch(x) >= 0);
/systemd/test/TEST-03-JOBS/
H A Dtest-jobs.sh52 touch /testok
/systemd/src/basic/
H A Dfs-util.h55 int touch(const char *path);
H A Dfs-util.c373 int touch(const char *path) { function
/systemd/src/timesync/
H A Dtimesyncd.c60 touch the file after dropping priviliges */
154 (void) touch("/var/lib/systemd/clock");
H A Dtimesyncd-manager.c353 * In case the RTC runs in local time, never touch the RTC,
373 /* If touch fails, there isn't much we can do. Maybe it'll work next time. */
374 (void) touch("/var/lib/systemd/clock");
/systemd/test/TEST-04-JOURNAL/
H A Dtest-journal.sh62 touch /testok
/systemd/src/fsck/
H A Dfsck.c483 (void) touch("/run/systemd/quotacheck");
/systemd/src/nspawn/
H A Dnspawn-mount.c234 * !netns case. In this case, it's all good. Don't touch it because we
452 r = touch(where);
H A Dnspawn.c1213 r = touch(to);
1215 return log_error_errno(r, "touch (%s) failed: %m", to);
1295 r = touch(to);
1297 return log_error_errno(r, "touch() for /dev/console failed: %m");
/systemd/src/core/
H A Dmanager.c2971 (void) touch("/run/systemd/show-status");
3006 (void) touch("/run/systemd/first-boot");
/systemd/test/
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"
158 touch $initdir/.autorelabel
/systemd/src/udev/
H A Dudevd.c623 r = touch("/run/udev/queue");
625 log_warning_errno(r, "could not touch /run/udev/queue: %m");
/systemd/src/journal/
H A Djournald-server.c1286 r = touch("/run/systemd/journal/flushed");
1288 log_warning_errno(r, "Failed to touch /run/systemd/journal/flushed, ignoring: %m");
/systemd/src/login/
H A Dlogind-dbus.c1141 r = touch(path);
/systemd/src/systemctl/
H A Dsystemctl.c5834 r = touch(t);

Completed in 3970 milliseconds