Searched refs:pid_str_len (Results 1 – 2 of 2) sorted by relevance
/system/extras/memtrack/ |
D | memtrack.cpp | 127 bool ProcessInfo::getInformation(int pid, char *pid_str, size_t pid_str_len) { in getInformation() argument 128 memcpy(proc_file_ + kProcLen, pid_str, pid_str_len); in getInformation() 129 memcpy(proc_file_ + kProcLen + pid_str_len, kCmdline, kCmdlineLen); in getInformation() 143 memcpy(proc_file_ + kProcLen + pid_str_len, kSmaps, kSmapsLen); in getInformation()
|
D | memtrack.h | 78 bool getInformation(int pid, char *pid_str, size_t pid_str_len);
|