Searched refs:swapAndLoadBootConfigContents (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/cmds/bootanimation/iot/ |
D | BootParameters.cpp | 82 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()
|
D | BootParameters.h | 51 static bool swapAndLoadBootConfigContents(const char *lastBootFile, const char *nextBootFile,
|
D | BootParameters_test.cpp | 231 BootParameters::swapAndLoadBootConfigContents(lastFile.path, nonExistentFilePath.c_str(), in TEST() 249 BootParameters::swapAndLoadBootConfigContents(lastFile.path, nextFile.path, &contents); in TEST()
|