Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/iot/
DBootParameters.cpp50 constexpr const char *kLegacyNextBootFile = "/data/misc/bootanimation/next_boot.json"; variable
60 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()