Searched refs:kLastBootFile (Results 1 – 1 of 1) sorted by relevance
48 constexpr const char* kLastBootFile = "/data/misc/bootanimation/last_boot.json"; variable54 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()