Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dmac80211_monitor.cc84 wake_queues_file_path_ = base::FilePath( in Start()
167 if (base::WriteFile(wake_queues_file_path_, "", sizeof("")) < 0) { in WakeQueuesIfNeeded()
168 PLOG(ERROR) << "Failed to write to " << wake_queues_file_path_.value(); in WakeQueuesIfNeeded()
Dmac80211_monitor.h134 base::FilePath wake_queues_file_path_; variable
Dmac80211_monitor_unittest.cc146 return mac80211_monitor_.wake_queues_file_path_; in GetWakeQueuesFilePath()
191 mac80211_monitor_.wake_queues_file_path_ = fake_wake_queues_file_path_; in PlumbFakeSysfs()