HomeSort by relevance Sort by last modified time
    Searched full:file_info_entry (Results 1 - 1 of 1) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/tools/fip_create/
fip_create.c 159 file_info_t *file_info_entry; local
165 file_info_entry = find_file_info_from_uuid(&lookup_entry->name_uuid);
166 if (file_info_entry == NULL) {
172 file_info_entry = &files[file_info_count];
176 copy_uuid(&file_info_entry->name_uuid,
187 file_info_entry->filename = filename;
188 file_info_entry->size = (unsigned int)file_status.st_size;
189 file_info_entry->entry = lookup_entry;
406 file_info_t *file_info_entry; local
470 file_info_entry = &files[file_info_count++]
    [all...]

Completed in 877 milliseconds