Home
last modified time | relevance | path

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

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