Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpPool.cpp36 DumpPool::DumpPool(const std::string& tmp_root) : tmp_root_(tmp_root), shutdown_(false), in DumpPool()
39 deleteTempFiles(tmp_root_); in DumpPool()
78 deleteTempFiles(tmp_root_); in shutdown()
104 deleteTempFiles(tmp_root_); in deleteTempFiles()
131 tmp_root_.c_str()); in createTempFile()
DDumpPool.h189 std::string tmp_root_; variable