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

/external/chromium/chrome/browser/
H A Dprocess_singleton_linux_uitest.cc119 FilePath socket_target_path = FilePath(std::string(buf, len)); local
121 ASSERT_EQ(0, lstat(socket_target_path.value().c_str(), &statbuf));
128 FilePath remote_cookie_path = socket_target_path.DirName().
286 FilePath socket_target_path = FilePath(std::string(buf, len)); local
288 ASSERT_EQ(0, rename(socket_target_path.value().c_str(),
H A Dprocess_singleton_linux.cc943 FilePath socket_target_path = local
950 if (!SymlinkPath(socket_target_path, socket_path_) ||
961 SetupSocket(socket_target_path.value(), &sock, &addr);
964 PLOG(ERROR) << "Failed to bind() " << socket_target_path.value();

Completed in 90 milliseconds