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

  /bootable/recovery/
common.h 43 FILE* fopen_path(const char *path, const char *mode);
recovery.cpp 194 FILE* fopen_path(const char *path, const char *mode) { function
348 FILE *fp = fopen_path(COMMAND_FILE, "r");
430 FILE* dest_fp = fopen_path(destination, append ? "a" : "w");
526 FILE *fp = fopen_path(INTENT_FILE, "w");
543 FILE* fp = fopen_path(LOCALE_FILE, "w");
660 FILE* f = fopen_path(head->name, "wb");
    [all...]
install.cpp 514 FILE* install_log = fopen_path(install_file, "w");
screen_ui.cpp 718 FILE* fp = fopen_path(filename, "re");
wear_ui.cpp 564 FILE* fp = fopen_path(filename, "re");

Completed in 220 milliseconds