Searched refs:DumpPool (Results 1 – 6 of 6) sorted by relevance
34 const std::string DumpPool::PREFIX_TMPFILE_NAME = "dump-tmp.";36 DumpPool::DumpPool(const std::string& tmp_root) : tmp_root_(tmp_root), shutdown_(false), in DumpPool() function in android::os::dumpstate::DumpPool42 DumpPool::~DumpPool() { in ~DumpPool()46 void DumpPool::start(int thread_counts) { in start()62 void DumpPool::shutdown() { in shutdown()103 void DumpPool::deleteTempFiles() { in deleteTempFiles()107 void DumpPool::setLogDuration(bool log_duration) { in setLogDuration()127 std::unique_ptr<DumpPool::TmpFile> DumpPool::createTempFile() { in createTempFile()142 void DumpPool::deleteTempFiles(const std::string& folder) { in deleteTempFiles()172 void DumpPool::setThreadName(const pthread_t thread, int id) { in setThreadName()[all …]
55 class DumpPool {65 explicit DumpPool(const std::string& tmp_root);66 ~DumpPool();199 DISALLOW_COPY_AND_ASSIGN(DumpPool);
118 "DumpPool.cpp",148 "DumpPool.cpp",166 "DumpPool.cpp",
517 std::unique_ptr<android::os::dumpstate::DumpPool> dump_pool_;
118 using android::os::dumpstate::DumpPool;3121 dump_pool_ = std::make_unique<DumpPool>(bugreport_internal_dir_); in EnableParallelRunIfNeeded()
1672 dump_pool_ = std::make_unique<DumpPool>(kTestDataPath); in SetUp()1704 if (file_name.find(DumpPool::PREFIX_TMPFILE_NAME) != 0) { in getTempFileCounts()1716 std::unique_ptr<DumpPool> dump_pool_;