HomeSort by relevance Sort by last modified time
    Searched full:psk_file (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/vpn/
l2tp_ipsec_driver_unittest.cc 158 void FakeUpConnect(FilePath* psk_file, FilePath* xauth_credentials_file) {
159 *psk_file = SetupPSKFile();
228 FilePath psk_file; local
229 EXPECT_TRUE(base::CreateTemporaryFileInDir(temp_dir_.path(), &psk_file));
230 EXPECT_FALSE(psk_file.empty());
231 EXPECT_TRUE(base::PathExists(psk_file));
232 driver_->psk_file_ = psk_file;
233 return psk_file;
253 FilePath psk_file; local
255 FakeUpConnect(&psk_file, &xauth_credentials_file)
280 FilePath psk_file = SetupPSKFile(); local
656 FilePath psk_file; local
688 FilePath psk_file; local
    [all...]
l2tp_ipsec_driver.cc 316 options->push_back(base::StringPrintf("--psk_file=%s",

Completed in 269 milliseconds