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

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

Completed in 36 milliseconds