Home
last modified time | relevance | path

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

/system/connectivity/shill/vpn/
Dl2tp_ipsec_driver_unittest.cc158 void FakeUpConnect(FilePath* psk_file, FilePath* xauth_credentials_file) { in FakeUpConnect() argument
159 *psk_file = SetupPSKFile(); in FakeUpConnect()
228 FilePath psk_file; in SetupPSKFile() local
229 EXPECT_TRUE(base::CreateTemporaryFileInDir(temp_dir_.path(), &psk_file)); in SetupPSKFile()
230 EXPECT_FALSE(psk_file.empty()); in SetupPSKFile()
231 EXPECT_TRUE(base::PathExists(psk_file)); in SetupPSKFile()
232 driver_->psk_file_ = psk_file; in SetupPSKFile()
233 return psk_file; in SetupPSKFile()
253 FilePath psk_file; in TEST_F() local
255 FakeUpConnect(&psk_file, &xauth_credentials_file); in TEST_F()
[all …]