Searched refs:root_filepath (Results 1 – 1 of 1) sorted by relevance
265 String root_filepath = "/proc/uid_stat/" + uid + "/"; in fetchDataFromProc() local266 File rcv_stat = new File (root_filepath + "tcp_rcv"); in fetchDataFromProc()268 File snd_stat = new File (root_filepath + "tcp_snd"); in fetchDataFromProc()