Home
last modified time | relevance | path

Searched refs:readproc (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/fs/proc/
Dproc01.c246 static long readproc(const char *obj) in readproc() function
325 ret_val += readproc(dirobj); in readproc()
468 TEST(readproc(procpath)); in main()
/external/perfetto/
Dtraced_perf.rc17 # * readproc group to stat(/proc/pid) to find out UID of processes, and read
28 group nobody readproc
Dheapprofd.rc19 group nobody readproc
35 group nobody readproc
Dperfetto.rc30 group nobody readproc log
/external/pdfium/third_party/libtiff/
Dtif_open.c74 TIFFReadWriteProc readproc, argument
131 if (!readproc || !writeproc || !seekproc || !closeproc || !sizeproc) {
137 tif->tif_readproc = readproc;
/external/igt-gpu-tools/lib/
Digt_aux.c1290 while ((proc_info = readproc(proc, NULL))) { in igt_is_process_running()
1324 while ((proc_info = readproc(proc, NULL))) { in igt_terminate_process()
1492 while ((proc_info = readproc(proc, NULL))) { in __igt_lsof()