Home
last modified time | relevance | path

Searched refs:ScopedTempPath (Results 1 – 2 of 2) sorted by relevance

/external/perf_data_converter/src/quipper/
Dscoped_temp_path.h17 class ScopedTempPath {
19 ScopedTempPath() {} in ScopedTempPath() function
21 virtual ~ScopedTempPath();
28 DISALLOW_COPY_AND_ASSIGN(ScopedTempPath);
31 class ScopedTempFile : public ScopedTempPath {
41 class ScopedTempDir : public ScopedTempPath {
Dscoped_temp_path.cc66 ScopedTempPath::~ScopedTempPath() { in ~ScopedTempPath()