Home
last modified time | relevance | path

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

/system/connectivity/apmanager/
Dhostapd_monitor.cc63 local_path_(base::StringPrintf(kLocalPathFormat, in HostapdMonitor()
74 unlink(local_path_.c_str()); in ~HostapdMonitor()
127 snprintf(local.sun_path, sizeof(local.sun_path), "%s", local_path_.c_str()); in AttachToHostapd()
Dhostapd_monitor.h89 std::string local_path_; variable