Home
last modified time | relevance | path

Searched refs:dentries (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/shared/
Dbootspec.c390 _cleanup_free_ DirectoryEntries *dentries = NULL; in boot_entries_find_type1() local
406 r = readdir_all(dir_fd, RECURSE_DIR_IGNORE_DOT, &dentries); in boot_entries_find_type1()
410 for (size_t i = 0; i < dentries->n_entries; i++) { in boot_entries_find_type1()
411 const struct dirent *de = dentries->entries[i]; in boot_entries_find_type1()