Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Dutils.cpp369 char commpath[255]; in for_each_tid_helper() local
379 snprintf(commpath, sizeof(commpath), "/proc/%d/comm", tid); in for_each_tid_helper()
381 if ((fd = TEMP_FAILURE_RETRY(open(commpath, O_RDONLY | O_CLOEXEC))) < 0) { in for_each_tid_helper()