Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
DBandwidthTest.java265 String root_filepath = "/proc/uid_stat/" + uid + "/"; in fetchDataFromProc() local
266 File rcv_stat = new File (root_filepath + "tcp_rcv"); in fetchDataFromProc()
268 File snd_stat = new File (root_filepath + "tcp_snd"); in fetchDataFromProc()