Searched refs:cookie_path_ (Results 1 – 3 of 3) sorted by relevance
89 cookie_path_ = user_data_path_.Append(chrome::kSingletonCookieFilename); in SetUp()152 len = readlink(cookie_path_.value().c_str(), buf, PATH_MAX); in VerifyFiles()228 base::FilePath cookie_path_; member in __anonce129d380111::ProcessSingletonPosixTest383 ASSERT_EQ(0, unlink(cookie_path_.value().c_str())); in TEST_F()393 EXPECT_EQ(0, unlink(cookie_path_.value().c_str())); in TEST_F()394 EXPECT_EQ(0, symlink("INCORRECTCOOKIE", cookie_path_.value().c_str())); in TEST_F()
749 cookie_path_ = user_data_dir.Append(chrome::kSingletonCookieFilename); in ProcessSingleton()779 if (ConnectSocket(&socket, socket_path_, cookie_path_)) in NotifyOtherProcessWithTimeout()997 UnlinkPath(cookie_path_); in Create()999 !SymlinkPath(cookie, cookie_path_) || in Create()1033 UnlinkPath(cookie_path_); in Cleanup()
161 base::FilePath cookie_path_; variable