Searched refs:testpath_ (Results 1 – 4 of 4) sorted by relevance
| /developtools/profiler/device/plugins/memory_plugin/src/ |
| D | memory_data_plugin.cpp | 93 …printf_s(fileName, sizeof(fileName), sizeof(fileName) - 1, "%s/meminfo", testpath_) >= 0, RET_FAIL, in InitMemVmemFd() 115 …nprintf_s(fileName, sizeof(fileName), sizeof(fileName) - 1, "%s/vmstat", testpath_) >= 0, RET_FAIL, in InitMemVmemFd() 494 "%s/%d/%s", testpath_, pid, procfdMapping[i].file) < 0) { in OpenProcPidFiles() 552 …CHECK_TRUE(snprintf_s(fileName, sizeof(fileName), sizeof(fileName) - 1, "%s/%d/%s", testpath_, pid… in ReadProcPidFile() 745 procDir = OpenDestDir(testpath_); in WriteProcesseList()
|
| D | smaps_stats.cpp | 63 if (testpath_.size() > 0) { in ParseMaps() 64 smaps_path = testpath_ + std::to_string(pid) + std::string("/smaps"); in ParseMaps()
|
| /developtools/profiler/device/plugins/memory_plugin/include/ |
| D | smaps_stats.h | 269 SmapsStats(const std::string path) : testpath_(path){}; in SmapsStats() 285 std::string testpath_; variable
|
| D | memory_data_plugin.h | 270 testpath_ = path; in SetPath() 300 char* testpath_; variable
|