Home
last modified time | relevance | path

Searched defs:pid_str (Results 1 – 7 of 7) sorted by relevance

/system/core/logd/
DLogAudit.cpp144 static const char pid_str[] = " pid="; in logPrint() local
/system/extras/memtrack/
Dmemtrack.cpp127 bool ProcessInfo::getInformation(int pid, char *pid_str, size_t pid_str_len) { in getInformation()
/system/core/libmemunreachable/
DThreadCapture.cpp104 char* pid_str = pid_to_str(pid_buf, sizeof(pid_buf), pid_); in ListThreads() local
/system/extras/simpleperf/
Denvironment.cpp371 bool GetValidThreadsFromProcessString(const std::string& pid_str, std::set<pid_t>* tid_set) { in GetValidThreadsFromProcessString()
/system/vold/
DCommandListener.cpp690 const std::string pid_str = android::base::StringPrintf("%d", pid); in runCommandInNamespace() local
/system/core/logcat/
Dlogcat.cpp575 static const char pid_str[] = "pid"; in main() local
/system/core/init/
Dservice.cpp412 std::string pid_str = StringPrintf("%d", getpid()); in Start() local