OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:proc_path
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/tests/ltp/patches/
cpuid.patch
65
#define
PROC_PATH
"/proc"
106
#define
PROC_PATH
"/proc"
147
#define
PROC_PATH
"/proc"
/frameworks/base/core/jni/
android_util_Process.cpp
184
char
proc_path
[255];
local
205
sprintf(
proc_path
, "/proc/%d/cmdline", pid);
206
fd = open(
proc_path
, O_RDONLY);
220
sprintf(
proc_path
, "/proc/%d/task", pid);
221
if (!(d = opendir(
proc_path
))) {
[
all
...]
/external/ppp/pppd/
sys-linux.c
1416
static char
proc_path
[MAXPATHLEN];
variable
[
all
...]
Completed in 340 milliseconds