Searched refs:psk_file (Results 1 – 1 of 1) sorted by relevance
158 void FakeUpConnect(FilePath* psk_file, FilePath* xauth_credentials_file) { in FakeUpConnect() argument159 *psk_file = SetupPSKFile(); in FakeUpConnect()228 FilePath psk_file; in SetupPSKFile() local229 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() local255 FakeUpConnect(&psk_file, &xauth_credentials_file); in TEST_F()[all …]