Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_capsule.c720 u16 **tmp_files; in efi_capsule_scan_dir() local
773 tmp_files = malloc(count * sizeof(*tmp_files)); in efi_capsule_scan_dir()
774 if (!tmp_files) { in efi_capsule_scan_dir()
791 tmp_files[count++] = u16_strdup(dirent->file_name); in efi_capsule_scan_dir()
798 qsort(tmp_files, count, sizeof(*tmp_files), in efi_capsule_scan_dir()
800 *files = tmp_files; in efi_capsule_scan_dir()

Completed in 3 milliseconds