Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/iot/
DBootParameters.cpp82 bool BootParameters::swapAndLoadBootConfigContents(const char *lastBootFile, in swapAndLoadBootConfigContents() function in android::BootParameters
123 if (swapAndLoadBootConfigContents(kLastBootFile, kNextBootFile, &contents)) { in loadParameters()
125 } else if (swapAndLoadBootConfigContents(kLegacyLastBootFile, kLegacyNextBootFile, &contents)) { in loadParameters()
DBootParameters.h51 static bool swapAndLoadBootConfigContents(const char *lastBootFile, const char *nextBootFile,
DBootParameters_test.cpp231 BootParameters::swapAndLoadBootConfigContents(lastFile.path, nonExistentFilePath.c_str(), in TEST()
249 BootParameters::swapAndLoadBootConfigContents(lastFile.path, nextFile.path, &contents); in TEST()