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

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

Completed in 62 milliseconds