OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pid_buf
(Results
1 - 2
of
2
) sorted by null
/system/netd/server/
main.cpp
135
char
pid_buf
[INT32_STRLEN];
local
136
snprintf(
pid_buf
, sizeof(
pid_buf
), "%d\n", (int) getpid());
152
if (write(fd,
pid_buf
, strlen(
pid_buf
)) != (ssize_t)strlen(
pid_buf
)) {
/system/core/libmemunreachable/
ThreadCapture.cpp
102
char
pid_buf
[11];
local
104
char* pid_str = pid_to_str(
pid_buf
, sizeof(
pid_buf
), pid_);
Completed in 240 milliseconds