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

  /bootable/recovery/
common.h 45 FILE* fopen_path(const char *path, const char *mode);
recovery.cpp 152 fopen_path(const char *path, const char *mode) { function
218 FILE *fp = fopen_path(COMMAND_FILE, "r");
267 FILE *log = fopen_path(destination, append ? "a" : "w");
324 FILE *fp = fopen_path(INTENT_FILE, "w");
338 FILE* fp = fopen_path(LOCALE_FILE, "w");
429 FILE* f = fopen_path(head->name, "wb");
677 FILE *fp = fopen_path(fn, "re");
859 FILE* fp = fopen_path(LOCALE_FILE, "r");
    [all...]
install.cpp 258 FILE* install_log = fopen_path(install_file, "w");

Completed in 72 milliseconds