Searched refs:socket_target_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dprocess_singleton_posix_unittest.cc147 base::FilePath socket_target_path = base::FilePath(std::string(buf, len)); local
149 ASSERT_EQ(0, lstat(socket_target_path.value().c_str(), &statbuf));
156 base::FilePath remote_cookie_path = socket_target_path.DirName().
379 base::FilePath socket_target_path = base::FilePath(std::string(buf, len)); local
381 ASSERT_EQ(0, rename(socket_target_path.value().c_str(),
H A Dprocess_singleton_posix.cc991 base::FilePath socket_target_path = local
998 if (!SymlinkPath(socket_target_path, socket_path_) ||
1009 SetupSocket(socket_target_path.value(), &sock, &addr);
1012 PLOG(ERROR) << "Failed to bind() " << socket_target_path.value();

Completed in 92 milliseconds