Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Dutils.c140 char commpath[255]; in for_each_tid_helper() local
150 sprintf(commpath,"/proc/%d/comm", tid); in for_each_tid_helper()
152 if ((fd = open(commpath, O_RDONLY)) < 0) { in for_each_tid_helper()