Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_data_plugin.cpp314 std::string fullCmd = CMD_FORMAT + std::to_string(pid); in GetMemInfoByMemoryService() local
317 std::unique_ptr<FILE, int (*)(FILE*)> fp(popen(fullCmd.c_str(), "r"), pclose); in GetMemInfoByMemoryService()