Home
last modified time | relevance | path

Searched refs:pid_str_len (Results 1 – 2 of 2) sorted by relevance

/system/extras/memtrack/
Dmemtrack.cpp123 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()
Dmemtrack.h80 bool getInformation(int pid, char *pid_str, size_t pid_str_len);