Home
last modified time | relevance | path

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

/system/extras/memtrack/
Dmemtrack.cpp123 bool ProcessInfo::getInformation(int pid, char *pid_str, size_t pid_str_len) { in getInformation()
/system/core/logd/
DLogAudit.cpp270 static const char pid_str[] = " pid="; in logPrint() local
/system/core/libmemunreachable/
DThreadCapture.cpp104 char* pid_str = pid_to_str(pid_buf, sizeof(pid_buf), pid_); in ListThreads() local
/system/vold/
DCommandListener.cpp693 const std::string pid_str = android::base::StringPrintf("%d", pid); in runCommandInNamespace() local
/system/core/init/
Dservice.cpp694 std::string pid_str = StringPrintf("%d", getpid()); in Start() local
/system/core/logcat/
Dlogcat.cpp866 static const char pid_str[] = "pid"; in __logcat() local