HomeSort by relevance Sort by last modified time
    Searched refs:cur_proc (Results 1 - 2 of 2) sorted by null

  /system/core/toolbox/
top.c 258 struct proc_info cur_proc; local
279 read_cmdline(filename, &cur_proc);
282 read_status(filename, &cur_proc);
307 strcpy(proc->name, cur_proc.name);
308 proc->uid = cur_proc.uid;
309 proc->gid = cur_proc.gid;
  /system/core/libbacktrace/
backtrace_test.cpp 206 Backtrace* bt_ign2, const char* cur_proc) {
211 bool check = (cur_proc == NULL);
222 if (!check && bt_ign2->GetFrame(i)->func_name == cur_proc) {

Completed in 236 milliseconds