Searched refs:kLegacyNextBootFile (Results 1 – 1 of 1) sorted by relevance
50 constexpr const char *kLegacyNextBootFile = "/data/misc/bootanimation/next_boot.json"; variable60 if (!RemoveFileIfExists(kLegacyNextBootFile, &err)) { in removeLegacyFiles()61 ALOGW("Unable to delete %s: %s", kLegacyNextBootFile, err.c_str()); in removeLegacyFiles()125 } else if (swapAndLoadBootConfigContents(kLegacyLastBootFile, kLegacyNextBootFile, &contents)) { in loadParameters()