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

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

Completed in 207 milliseconds