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

/frameworks/native/cmds/dumpstate/
H A Dutils.c146 char commpath[255]; local
156 sprintf(commpath,"/proc/%d/comm", tid);
158 if ((fd = TEMP_FAILURE_RETRY(open(commpath, O_RDONLY | O_CLOEXEC))) < 0) {

Completed in 257 milliseconds