HomeSort by relevance Sort by last modified time
    Searched refs:stats_path (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/bin/net/
net_utils.py 161 stats_path = '/sys/class/net/%s/statistics/' % self._name
162 for stat in os.listdir(stats_path):
163 f = open(stats_path + stat, 'r')
  /frameworks/native/libs/vr/libpdx_default_transport/
pdx_benchmarks.cpp 90 const std::string stats_path = local
94 base::ReadFileToString(base::FilePath{stats_path}, &line);
    [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 1513 std::string stats_path = local
    [all...]

Completed in 137 milliseconds