Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/iot/
DBootParameters.cpp47 constexpr const char *kNextBootFile = "/data/misc/bootanimation/next_boot.proto"; variable
67 int fd = open(kNextBootFile, O_CREAT, DEFFILEMODE); in createNextBootFile()
123 if (swapAndLoadBootConfigContents(kLastBootFile, kNextBootFile, &contents)) { in loadParameters()