Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/src/
H A Dmain.cpp37 std::string pid_path = ""; in ProcessExist() local
42 pid_path = "/proc/" + pid + "/status"; in ProcessExist()
43 if (stat(pid_path.c_str(), &stat_buf) != 0) { in ProcessExist()

Completed in 2 milliseconds