Home
last modified time | relevance | path

Searched defs:fh (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/otafault/
Dota_io.cpp77 FILE* fh = fopen(path, mode); in ota_fopen() local
98 static int __ota_fclose(FILE* fh) { in __ota_fclose()
108 int ota_fclose(unique_file& fh) { in ota_fclose()
/bootable/recovery/updater/
Dblockimg.cpp2076 fec::io fh(filename->data, O_RDWR); in BlockImageRecoverFn() local