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