Home
last modified time | relevance | path

Searched refs:test_path (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish/wifi/wifi_hal/
Dinfo.cpp29 std::string test_path = std::string("/sys/class/net/") + name; in Info() local
31 if (stat(test_path.c_str(), &ignored_statbuf) == 0) { in Info()