Searched refs:ScopedTempPath (Results 1 – 2 of 2) sorted by relevance
17 class ScopedTempPath {19 ScopedTempPath() {} in ScopedTempPath() function21 virtual ~ScopedTempPath();28 DISALLOW_COPY_AND_ASSIGN(ScopedTempPath);31 class ScopedTempFile : public ScopedTempPath {41 class ScopedTempDir : public ScopedTempPath {
66 ScopedTempPath::~ScopedTempPath() { in ~ScopedTempPath()