Searched defs:pid_str (Results 1 – 7 of 7) sorted by relevance
144 static const char pid_str[] = " pid="; in logPrint() local
127 bool ProcessInfo::getInformation(int pid, char *pid_str, size_t pid_str_len) { in getInformation()
104 char* pid_str = pid_to_str(pid_buf, sizeof(pid_buf), pid_); in ListThreads() local
371 bool GetValidThreadsFromProcessString(const std::string& pid_str, std::set<pid_t>* tid_set) { in GetValidThreadsFromProcessString()
690 const std::string pid_str = android::base::StringPrintf("%d", pid); in runCommandInNamespace() local
575 static const char pid_str[] = "pid"; in main() local
412 std::string pid_str = StringPrintf("%d", getpid()); in Start() local