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 59 int ota_close(unique_fd& fd);
ota_io.cpp 91 int ota_close(unique_fd& fd) { function
  /bootable/recovery/applypatch/
applypatch.cpp 208 if (ota_close(fd) != 0) {
266 if (ota_close(fd) != 0) {
285 ota_close(dc);
331 if (ota_close(fd) != 0) {
348 if (ota_close(fd) == -1) {
  /bootable/recovery/updater/
install.cpp 462 if (ota_close(fd) == -1) {
    [all...]

Completed in 2986 milliseconds