Home
last modified time | relevance | path

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

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/resources/resource_imp/
Dwhd_resources.c143 wicedfs_file_t file_hnd; in resource_read() local
145 if (0 != wicedfs_fopen(&resource_fs_handle, &file_hnd, resource->val.fs.filename) ) in resource_read()
150 if (0 != wicedfs_fseek(&file_hnd, (long)(offset + resource->val.fs.offset), SEEK_SET) ) in resource_read()
152 wicedfs_fclose(&file_hnd); in resource_read()
156 if (*size != wicedfs_fread(buffer, 1, *size, &file_hnd) ) in resource_read()
158 wicedfs_fclose(&file_hnd); in resource_read()
162 wicedfs_fclose(&file_hnd); in resource_read()