Home
last modified time | relevance | path

Searched refs:file_exists (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/
Drecovery-persist.cpp80 static bool file_exists(const char* filename) { in file_exists() function
148 if (file_exists(LAST_INSTALL_FILE_IN_CACHE) && unlink(LAST_INSTALL_FILE_IN_CACHE) == -1) { in main()
160 if (!file_exists(LAST_PMSG_FILE)) { in main()
171 if (file_exists(LAST_INSTALL_FILE) && unlink(LAST_INSTALL_FILE) == -1) { in main()
178 if (file_exists(LAST_CONSOLE_FILE)) { in main()
180 } else if (file_exists(ALT_LAST_CONSOLE_FILE)) { in main()
/bootable/recovery/edify/
DREADME.md93 file_exists("/data/system/bad") && delete("/data/system/bad")
95 file_exists("/data/system/missing") || create("/data/system/missing")