Searched refs:wakeupReasonsFile (Results 1 – 1 of 1) sorted by relevance
117 unique_fd(TEMP_FAILURE_RETRY(open(wakeupReasonsFile.path, O_CLOEXEC | O_RDONLY))); in registerTestService()258 static TemporaryFile wakeupReasonsFile; member in android::SystemSuspendTest279 TemporaryFile SystemSuspendTest::wakeupReasonsFile; member in android::SystemSuspendTest491 TEMP_FAILURE_RETRY(open(SystemSuspendTest::wakeupReasonsFile.path, O_CLOEXEC | O_WRONLY))); in TEST_F()1208 unique_fd(TEMP_FAILURE_RETRY(open(wakeupReasonsFile.path, O_CLOEXEC | O_RDONLY))); in SetUp()1225 ASSERT_TRUE(WriteStringToFile(wakeupReason, wakeupReasonsFile.path)); in wakeup()1282 TemporaryFile wakeupReasonsFile; member in android::SuspendWakeupTest