Searched refs:TempDir (Results 1 – 3 of 3) sorted by relevance
64 class TempDir {66 TempDir();67 ~TempDir();70 TempDir(const TempDir&) = delete;71 TempDir& operator=(const TempDir&) = delete;
67 TempDir::TempDir() { in TempDir() function in android::TempDir74 TempDir::~TempDir() { in ~TempDir()89 TempFile* TempDir::newTempFile() { in newTempFile()
97 auto tempDir = std::make_shared<TempDir>(); in TEST_F()129 auto tempDir = std::make_unique<TempDir>(); in TEST_F()160 auto tempDir = std::make_unique<TempDir>(); in TEST_F()202 auto tempDir = std::make_unique<TempDir>(); in TEST_F()