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

  /bootable/recovery/otafault/
ota_io.h 41 FILE* ota_fopen(const char* filename, const char* mode);
ota_io.cpp 73 FILE* ota_fopen(const char* path, const char* mode) { function
  /bootable/recovery/applypatch/
applypatch.cpp 65 unique_file f(ota_fopen(filename, "rb"));
117 unique_file dev(ota_fopen(partition, "rb"));
  /bootable/recovery/updater/
install.cpp 544 unique_file f(ota_fopen(filename.c_str(), "rb"));
    [all...]

Completed in 445 milliseconds