Searched refs:dest_path_ (Results 1 – 2 of 2) sorted by relevance
60 dest_path_(base::StringPrintf("%s/%s", in HostapdMonitor()95 if (stat(dest_path_.c_str(), &buf) != 0) { in HostapdCtrlIfaceCheckTask()130 snprintf(dest.sun_path, sizeof(dest.sun_path), "%s", dest_path_.c_str()); in AttachToHostapd()
88 std::string dest_path_; variable