Home
last modified time | relevance | path

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

/bootable/recovery/otafault/include/otafault/
Dota_io.h60 int ota_close(unique_fd& fd);
/bootable/recovery/applypatch/
Dapplypatch.cpp206 if (ota_close(fd) != 0) { in SaveFileContents()
255 if (ota_close(fd) != 0) { in WriteToPartition()
274 ota_close(dc); in WriteToPartition()
320 if (ota_close(fd) != 0) { in WriteToPartition()
337 if (ota_close(fd) == -1) { in WriteToPartition()
/bootable/recovery/otafault/
Dota_io.cpp94 int ota_close(unique_fd& fd) { in ota_close() function
/bootable/recovery/updater/
Dinstall.cpp159 if (ota_close(fd) == -1) { in PackageExtractFileFn()