Searched refs:touch (Results 1 - 22 of 22) sorted by relevance
/systemd/test/TEST-05-RLIMITS/ |
H A D | test-rlimits.sh | 16 touch /testok
|
/systemd/test/TEST-06-SELINUX/ |
H A D | test-selinux-checks.sh | 12 touch /testok
|
H A D | test.sh | 90 touch $initdir/.load-systemd-test-module
|
/systemd/test/TEST-07-ISSUE-1981/ |
H A D | test-segfault.sh | 35 touch /testok
|
/systemd/src/test/ |
H A D | test-path.c | 130 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 D | test-execute.c | 105 assert_se(touch("/tmp/test-exec_privatetmp") >= 0);
|
H A D | test-util.c | 1195 assert_se(touch(name) >= 0); 1389 assert_se(touch(name3) >= 0); 1610 assert_se(touch(x) >= 0);
|
/systemd/test/TEST-03-JOBS/ |
H A D | test-jobs.sh | 52 touch /testok
|
/systemd/src/basic/ |
H A D | fs-util.h | 55 int touch(const char *path);
|
H A D | fs-util.c | 373 int touch(const char *path) { function
|
/systemd/src/timesync/ |
H A D | timesyncd.c | 60 touch the file after dropping priviliges */ 154 (void) touch("/var/lib/systemd/clock");
|
H A D | timesyncd-manager.c | 353 * 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 D | test-journal.sh | 62 touch /testok
|
/systemd/src/fsck/ |
H A D | fsck.c | 483 (void) touch("/run/systemd/quotacheck");
|
/systemd/src/nspawn/ |
H A D | nspawn-mount.c | 234 * !netns case. In this case, it's all good. Don't touch it because we 452 r = touch(where);
|
H A D | nspawn.c | 1213 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 D | manager.c | 2971 (void) touch("/run/systemd/show-status"); 3006 (void) touch("/run/systemd/first-boot");
|
/systemd/test/ |
H A D | test-functions | 17 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 D | udevd.c | 623 r = touch("/run/udev/queue"); 625 log_warning_errno(r, "could not touch /run/udev/queue: %m");
|
/systemd/src/journal/ |
H A D | journald-server.c | 1286 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 D | logind-dbus.c | 1141 r = touch(path);
|
/systemd/src/systemctl/ |
H A D | systemctl.c | 5834 r = touch(t);
|
Completed in 3970 milliseconds