OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ota_fopen
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/otafault/
ota_io.h
37
FILE*
ota_fopen
(const char* filename, const char* mode);
ota_io.cpp
65
FILE*
ota_fopen
(const char* path, const char* mode) {
function
/bootable/recovery/applypatch/
applypatch.cpp
72
FILE* f =
ota_fopen
(filename, "rb");
173
dev =
ota_fopen
(partition, "rb");
[
all
...]
/bootable/recovery/updater/
install.cpp
[
all
...]
Completed in 177 milliseconds