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

  /bootable/recovery/otafault/
ota_io.h 51 int ota_fsync(int fd);
ota_io.cpp 190 int ota_fsync(int fd) { function
  /bootable/recovery/applypatch/
applypatch.cpp 204 if (ota_fsync(fd) != 0) {
262 if (ota_fsync(fd) != 0) {
  /bootable/recovery/updater/
blockimg.cpp 754 if (ota_fsync(fd) == -1) {
774 if (ota_fsync(dfd) == -1) {
    [all...]
install.cpp 458 if (ota_fsync(fd) == -1) {
    [all...]

Completed in 49 milliseconds