Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/iot/
DBootParameters.cpp48 constexpr const char* kLastBootFile = "/data/misc/bootanimation/last_boot.json"; variable
54 if (!RemoveFileIfExists(kLastBootFile, &err)) in swapBootConfigs()
57 if (rename(kNextBootFile, kLastBootFile) && errno != ENOENT) in swapBootConfigs()
94 if (!ReadFileToString(kLastBootFile, &contents)) { in loadParameters()
96 ALOGE("Unable to read from %s: %s", kLastBootFile, strerror(errno)); in loadParameters()