Home
last modified time | relevance | path

Searched refs:cur_proc (Results 1 – 2 of 2) sorted by relevance

/system/core/toolbox/
Dtop.c254 struct proc_info cur_proc; in read_procs() local
275 read_cmdline(filename, &cur_proc); in read_procs()
278 read_status(filename, &cur_proc); in read_procs()
303 strcpy(proc->name, cur_proc.name); in read_procs()
304 proc->uid = cur_proc.uid; in read_procs()
305 proc->gid = cur_proc.gid; in read_procs()
/system/core/libbacktrace/
Dbacktrace_test.cpp245 Backtrace* bt_ign2, const char* cur_proc) { in VerifyIgnoreFrames() argument
252 bool check = (cur_proc == nullptr); in VerifyIgnoreFrames()
263 if (!check && bt_ign2->GetFrame(i)->func_name == cur_proc) { in VerifyIgnoreFrames()