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

/systemd/src/basic/
H A Dstat-util.h35 int dir_is_empty(const char *path);
39 r = dir_is_empty(path);
H A Dstat-util.c74 int dir_is_empty(const char *path) { function
/systemd/src/shared/
H A Dcondition.c384 r = dir_is_empty(c->parameter);
/systemd/src/core/
H A Dpath.c204 k = dir_is_empty(s->path);
H A Dmain.c1143 if (dir_is_empty("/usr") <= 0)
H A Dmanager.c664 m->taint_usr = dir_is_empty("/usr") > 0;
H A Dunit.c3700 r = dir_is_empty(where);
/systemd/src/gpt-auto-generator/
H A Dgpt-auto-generator.c267 if (dir_is_empty(where) <= 0)
/systemd/src/nspawn/
H A Dnspawn.c1505 if (dir_is_empty(q) == 0)

Completed in 296 milliseconds