Searched refs:kLegacyLastBootFile (Results 1 – 1 of 1) sorted by relevance
51 constexpr const char *kLegacyLastBootFile = "/data/misc/bootanimation/last_boot.json"; variable55 if (!RemoveFileIfExists(kLegacyLastBootFile, &err)) { in removeLegacyFiles()56 ALOGW("Unable to delete %s: %s", kLegacyLastBootFile, err.c_str()); in removeLegacyFiles()125 } else if (swapAndLoadBootConfigContents(kLegacyLastBootFile, kLegacyNextBootFile, &contents)) { in loadParameters()147 ALOGW("Failed to parse parameters from %s", kLegacyLastBootFile); in parseLegacyBootParameters()