Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/iot/
DBootParameters_test.cpp226 TemporaryFile lastFile; in TEST() local
231 BootParameters::swapAndLoadBootConfigContents(lastFile.path, nonExistentFilePath.c_str(), in TEST()
235 ASSERT_EQ(-1, lstat(lastFile.path, &buf)); in TEST()
240 TemporaryFile lastFile; in TEST() local
249 BootParameters::swapAndLoadBootConfigContents(lastFile.path, nextFile.path, &contents); in TEST()
252 ASSERT_EQ(0, lstat(lastFile.path, &buf)); in TEST()
257 ASSERT_TRUE(base::ReadFileToString(lastFile.path, &contents)); in TEST()