OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:openvpn_config_file_
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/vpn/
openvpn_driver.cc
216
if (!
openvpn_config_file_
.empty()) {
217
base::DeleteFile(
openvpn_config_file_
, false);
218
openvpn_config_file_
.clear();
324
if (!WriteConfigFile(options, &
openvpn_config_file_
)) {
333
vector<string>{"--config",
openvpn_config_file_
.value()},
[
all
...]
openvpn_driver.h
284
base::FilePath
openvpn_config_file_
;
member in class:shill::OpenVPNDriver
Completed in 419 milliseconds