Searched refs:pidString (Results 1 – 4 of 4) sorted by relevance
34 static string pidString = std::to_string(getpid()); variable43 string symlinkPath = "/proc/"+pidString+"/fd/"+fdString; in get_ion_buff_str()
33 static string pidString = std::to_string(getpid()); variable72 string symlinkPath = "/proc/"+pidString+"/fd/"+fdString; in get_ion_buff_str()
563 std::string pidString = pidArrayToString(processesNotResponding); in dumpAndKillAllProcesses() local570 pidString.c_str()); in dumpAndKillAllProcesses()578 pidString.c_str()); in dumpAndKillAllProcesses()586 ALOGD("Dumping and killing processes is requested: %s", pidString.c_str()); in dumpAndKillAllProcesses()
334 String pidString = String.valueOf(Process.myPid()); in handlePidQuery() local335 final byte[] pidStringBytes = pidString.getBytes(StandardCharsets.US_ASCII); in handlePidQuery()