Searched refs:file_hnd (Results 1 – 1 of 1) sorted by relevance
143 wicedfs_file_t file_hnd; in resource_read() local145 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()