Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/2ndboot/updater/
A Dota_nbpatch.c21 FILE *old_fd = NULL; in ota_patch_init() local
36 if (old_fd==NULL) { in ota_patch_init()
40 fseek (old_fd , 0 , SEEK_END); in ota_patch_init()
41 app_size = ftell(old_fd); in ota_patch_init()
42 rewind (old_fd); in ota_patch_init()
57 fclose(old_fd); in ota_patch_init()
59 if (old_fd==NULL) { in ota_patch_init()
64 patch_size = ftell(old_fd); in ota_patch_init()
65 rewind (old_fd); in ota_patch_init()
90 fclose(old_fd); in ota_patch_init()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_open.c528 int old_fd = tif->tif_fd; local
530 return old_fd;

Completed in 12 milliseconds