OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:root_filepath
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java
258
String
root_filepath
= "/proc/uid_stat/" + uid + "/";
local
259
File rcv_stat = new File (
root_filepath
+ "tcp_rcv");
261
File snd_stat = new File (
root_filepath
+ "tcp_snd");
Completed in 41 milliseconds