Searched refs:follow (Results 1 - 5 of 5) sorted by relevance

/systemd/src/journal-remote/
H A Djournal-upload.h66 bool follow);
H A Djournal-upload-journal.c364 bool follow) {
371 if (follow) {
360 open_journal_for_upload(Uploader *u, sd_journal *j, const char *cursor, bool after_cursor, bool follow) argument
H A Djournal-gatewayd.c67 bool follow; member in struct:RequestMeta
183 if (m->follow) {
367 if (streq(key, "follow")) {
369 m->follow = true;
379 m->follow = r;
/systemd/src/basic/
H A Dstat-util.h32 int is_dir(const char *path, bool follow);
H A Dstat-util.c47 int is_dir(const char* path, bool follow) { argument
53 if (follow)

Completed in 1944 milliseconds