Searched refs:OpenDestDir (Results 1 – 8 of 8) sorted by relevance
61 DIR* OpenDestDir(const char* dirPath);
116 procDir = OpenDestDir(path_); in WriteProcnum()282 procDir = OpenDestDir(freqPath_); in GetCpuCoreSize()501 DIR* CpuDataPlugin::OpenDestDir(std::string& dirPath) in OpenDestDir() function in CpuDataPlugin617 procDir = OpenDestDir(path); in WriteThreadInfo()
85 DIR* OpenDestDir(std::string& dirPath);
90 DIR* ProcessDataPlugin::OpenDestDir(const char* dirPath) in OpenDestDir() function in ProcessDataPlugin279 procDir = OpenDestDir(path_.c_str()); in WriteProcesseList()306 procDir = OpenDestDir(path.c_str()); in WriteThreadData()
274 DIR* OpenDestDir(const char* dirPath);
515 DIR* MemoryDataPlugin::OpenDestDir(const char* dirPath) in OpenDestDir() function in MemoryDataPlugin745 procDir = OpenDestDir(testpath_); in WriteProcesseList()
232 DIR* dir = memoryPlugin->OpenDestDir(g_path.c_str());
269 DIR* dir = cpuPlugin.OpenDestDir(path);