OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pidptr
(Results
1 - 1
of
1
) sorted by null
/system/core/logd/
LogAudit.cpp
145
char *
pidptr
= strstr(str, pid_str);
local
146
if (
pidptr
&& isdigit(
pidptr
[sizeof(pid_str) - 1])) {
147
cp =
pidptr
+ sizeof(pid_str) - 1;
157
memmove(
pidptr
, cp, strlen(cp) + 1);
Completed in 65 milliseconds