Searched refs:DEFAULT_NET_PATH (Results 1 – 2 of 2) sorted by relevance
24 const std::string DEFAULT_NET_PATH("/proc/net/xt_qtaguid/stats"); variable159 name = fileForTest_ + DEFAULT_NET_PATH; in GetRateNodePath()162 if (access(DEFAULT_NET_PATH.c_str(), F_OK) == 0) { in GetRateNodePath()163 name = DEFAULT_NET_PATH; in GetRateNodePath()
32 const std::string DEFAULT_NET_PATH("/proc/net/xt_qtaguid/stats"); variable302 if (access(DEFAULT_NET_PATH.c_str(), F_OK) != 0) {