Home
last modified time | relevance | path

Searched refs:DumpPool (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/cmds/dumpstate/
H A DDumpPool.cpp34 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::DumpPool
42 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 …]
H A DDumpPool.h55 class DumpPool {
65 explicit DumpPool(const std::string& tmp_root);
66 ~DumpPool();
199 DISALLOW_COPY_AND_ASSIGN(DumpPool);
H A DAndroid.bp118 "DumpPool.cpp",
148 "DumpPool.cpp",
166 "DumpPool.cpp",
H A Ddumpstate.h517 std::unique_ptr<android::os::dumpstate::DumpPool> dump_pool_;
H A Ddumpstate.cpp118 using android::os::dumpstate::DumpPool;
3121 dump_pool_ = std::make_unique<DumpPool>(bugreport_internal_dir_); in EnableParallelRunIfNeeded()
/aosp12/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp1672 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_;