Searched refs:dentries (Results 1 – 1 of 1) sorted by relevance
390 _cleanup_free_ DirectoryEntries *dentries = NULL; in boot_entries_find_type1() local406 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()