HomeSort by relevance Sort by last modified time
    Searched refs:ota_close (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/otafault/
ota_io.h 39 int ota_close(int fd);
ota_io.cpp 71 int ota_close(int fd) { function
  /bootable/recovery/applypatch/
applypatch.cpp 280 ota_close(fd);
287 if (ota_close(fd) != 0) {
396 if (ota_close(fd) != 0) {
415 ota_close(dc);
467 if (ota_close(fd) != 0) {
    [all...]
  /bootable/recovery/updater/
install.cpp 575 if (ota_close(fd) == -1) {
    [all...]

Completed in 582 milliseconds