dir_is_empty      173 src/core/condition.c                 k = dir_is_empty(c->parameter);
dir_is_empty     1123 src/core/main.c         if (dir_is_empty("/usr") <= 0)
dir_is_empty      631 src/core/manager.c         m->taint_usr = dir_is_empty("/usr") > 0;
dir_is_empty      812 src/core/mount.c         r = dir_is_empty(where);
dir_is_empty      223 src/core/path.c                 k = dir_is_empty(s->path);
dir_is_empty       73 src/efi-boot-generator/efi-boot-generator.c             dir_is_empty("/boot") <= 0) {
dir_is_empty      330 src/gpt-auto-generator/gpt-auto-generator.c             dir_is_empty(where) <= 0) {
dir_is_empty     1426 src/nspawn/nspawn.c         if (dir_is_empty(q) == 0)
dir_is_empty      425 src/shared/util.h int dir_is_empty(const char *path);