Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/iot/
DBootParameters.cpp82 bool BootParameters::swapAndLoadBootConfigContents(const char *lastBootFile, in swapAndLoadBootConfigContents() argument
86 RemoveFileIfExists(lastBootFile); in swapAndLoadBootConfigContents()
91 if (rename(nextBootFile, lastBootFile) && errno != ENOENT) in swapAndLoadBootConfigContents()
DBootParameters.h51 static bool swapAndLoadBootConfigContents(const char *lastBootFile, const char *nextBootFile,