Searched refs:proc_path (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | linuxthreads.cc | 251 const char *const *proc_path = proc_paths; in ListerThread() local 326 if ((sig_proc = proc = c_open(*proc_path, O_RDONLY|O_DIRECTORY, 0)) < 0) { in ListerThread() 327 if (*++proc_path != NULL) in ListerThread() 471 if (num_threads > 1 || !*++proc_path) { in ListerThread()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | linuxthreads.cc | 251 const char *const *proc_path = proc_paths; in ListerThread() local 326 if ((sig_proc = proc = c_open(*proc_path, O_RDONLY|O_DIRECTORY, 0)) < 0) { in ListerThread() 327 if (*++proc_path != NULL) in ListerThread() 471 if (num_threads > 1 || !*++proc_path) { in ListerThread()
|
/external/ppp/pppd/ |
D | sys-linux.c | 1383 static char proc_path[MAXPATHLEN]; variable 1393 strlcpy (proc_path, "/proc", sizeof(proc_path)); in path_to_procfs() 1401 strlcpy(proc_path, mntent->mnt_dir, sizeof(proc_path)); in path_to_procfs() 1402 proc_path_len = strlen(proc_path); in path_to_procfs() 1410 strlcpy(proc_path + proc_path_len, tail, in path_to_procfs() 1411 sizeof(proc_path) - proc_path_len); in path_to_procfs() 1412 return proc_path; in path_to_procfs()
|