Home
last modified time | relevance | path

Searched refs:OpenDestDir (Results 1 - 8 of 8) sorted by relevance

/developtools/profiler/device/plugins/cpu_plugin/src/
H A Dcpu_data_plugin.cpp138 procDir = OpenDestDir(path_); in WriteProcnum()
317 procDir = OpenDestDir(freqPath_); in GetCpuCoreSize()
543 DIR* CpuDataPlugin::OpenDestDir(std::string& dirPath) in OpenDestDir() function in CpuDataPlugin
660 procDir = OpenDestDir(path); in WriteThreadInfo()
/developtools/profiler/device/plugins/cpu_plugin/include/
H A Dcpu_data_plugin.h99 DIR* OpenDestDir(std::string& dirPath);
/developtools/profiler/device/plugins/process_plugin/include/
H A Dprocess_data_plugin.h64 DIR* OpenDestDir(const char* dirPath);
/developtools/profiler/device/plugins/process_plugin/src/
H A Dprocess_data_plugin.cpp103 DIR* ProcessDataPlugin::OpenDestDir(const char* dirPath) in OpenDestDir() function in ProcessDataPlugin
293 procDir = OpenDestDir(path_.c_str()); in WriteProcesseList()
320 procDir = OpenDestDir(path.c_str()); in WriteThreadData()
/developtools/profiler/device/plugins/memory_plugin/include/
H A Dmemory_data_plugin.h355 DIR* OpenDestDir(const char* dirPath);
/developtools/profiler/device/plugins/memory_plugin/src/
H A Dmemory_data_plugin.cpp509 DIR* MemoryDataPlugin::OpenDestDir(const char* dirPath) in OpenDestDir() function in MemoryDataPlugin
748 procDir = OpenDestDir(testpath_); in WriteProcesseList()
/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
H A Dcpu_data_plugin_unittest.cpp264 DIR* dir = cpuPlugin.OpenDestDir(path); in HWTEST_F()
/developtools/profiler/device/plugins/memory_plugin/test/unittest/
H A Dmemory_data_plugin_unittest.cpp510 DIR* dir = memoryPlugin->OpenDestDir(g_path.c_str()); in HWTEST_F()

Completed in 11 milliseconds