Searched refs:is_dir (Results 1 - 9 of 9) sorted by relevance

/systemd/src/basic/
H A Drm-rf.c77 bool is_dir; local
99 is_dir = S_ISDIR(st.st_mode);
101 is_dir = de->d_type == DT_DIR;
103 if (is_dir) {
H A Dmkdir.c75 r = is_dir(p, true);
120 if (r < 0 && (errno != EEXIST || is_dir(path, true) <= 0))
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) { function
/systemd/src/shared/
H A Dcondition.c350 return is_dir(c->parameter, true) > 0;
H A Dinstall.c206 r = is_dir(*root_dir, true);
/systemd/src/journal-remote/
H A Djournal-remote.c1488 && arg_output && is_dir(arg_output, true) > 0) {
1494 && arg_output && is_dir(arg_output, true) <= 0) {
/systemd/src/libsystemd/sd-device/
H A Dsd-device.c200 if (!is_dir(syspath, false))
/systemd/src/tmpfiles/
H A Dtmpfiles.c1263 k = is_dir(i->path, false);

Completed in 3663 milliseconds