Searched refs:kNextBootFile (Results 1 – 1 of 1) sorted by relevance
47 constexpr const char* kNextBootFile = "/data/misc/bootanimation/next_boot.json"; variable57 if (rename(kNextBootFile, kLastBootFile) && errno != ENOENT) in swapBootConfigs()60 int fd = open(kNextBootFile, O_CREAT, DEFFILEMODE); in swapBootConfigs()