Searched refs:tempDir (Results 1 – 1 of 1) sorted by relevance
97 auto tempDir = std::make_shared<TempDir>(); in TEST_F() local105 ASSERT_EQ(OK, mInputHub->registerDevicePath(tempDir->getName())); in TEST_F()113 tempFile.reset(tempDir->newTempFile()); in TEST_F()129 auto tempDir = std::make_unique<TempDir>(); in TEST_F() local130 auto deviceFile = std::unique_ptr<TempFile>(tempDir->newTempFile()); in TEST_F()144 ASSERT_EQ(OK, mInputHub->registerDevicePath(tempDir->getName())); in TEST_F()160 auto tempDir = std::make_unique<TempDir>(); in TEST_F() local161 auto deviceFile = std::unique_ptr<TempFile>(tempDir->newTempFile()); in TEST_F()191 ASSERT_EQ(OK, mInputHub->registerDevicePath(tempDir->getName())); in TEST_F()202 auto tempDir = std::make_unique<TempDir>(); in TEST_F() local[all …]