Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/iot/
DBootParameters.cpp51 constexpr const char *kLegacyLastBootFile = "/data/misc/bootanimation/last_boot.json"; variable
55 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()