Searched refs:suspendTimeFile (Results 1 – 1 of 1) sorted by relevance
120 unique_fd(TEMP_FAILURE_RETRY(open(suspendTimeFile.path, O_CLOEXEC | O_RDONLY))); in registerTestService()235 ASSERT_TRUE(WriteStringToFile(suspendStr, suspendTimeFile.path)); in suspendFor()259 static TemporaryFile suspendTimeFile; member in android::SystemSuspendTest280 TemporaryFile SystemSuspendTest::suspendTimeFile; member in android::SystemSuspendTest1205 unique_fd(TEMP_FAILURE_RETRY(open(suspendTimeFile.path, O_CLOEXEC | O_RDONLY))); in SetUp()1254 ASSERT_TRUE(WriteStringToFile(suspendStr, suspendTimeFile.path)); in suspendFor()1283 TemporaryFile suspendTimeFile; member in android::SuspendWakeupTest