Searched refs:test_path (Results 1 – 1 of 1) sorted by relevance
29 std::string test_path = std::string("/sys/class/net/") + name; in Info() local31 if (stat(test_path.c_str(), &ignored_statbuf) == 0) { in Info()