HomeSort by relevance Sort by last modified time
    Searched refs: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 158 fopen_path(const char *path, const char *mode) { function
224 FILE *fp = fopen_path(COMMAND_FILE, "r");
295 log = fopen_path(destination, "w");
311 FILE *log = fopen_path(destination, append ? "a" : "w");
371 FILE *fp = fopen_path(INTENT_FILE, "w");
385 FILE* fp = fopen_path(LOCALE_FILE, "w");
476 FILE* f = fopen_path(head->name, "wb");
723 FILE *fp = fopen_path(fn, "re");
946 FILE* fp = fopen_path(LOCALE_FILE, "r");
    [all...]
install.cpp 258 FILE* install_log = fopen_path(install_file, "w");

Completed in 3964 milliseconds