HomeSort by relevance Sort by last modified time
    Searched refs:socket_target_path (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/
process_singleton_linux_uitest.cc 119 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(),
process_singleton_linux.cc 943 FilePath socket_target_path = local
950 if (!SymlinkPath(socket_target_path, socket_path_) ||
    [all...]
  /external/chromium_org/chrome/browser/
process_singleton_linux_unittest.cc 244 base::FilePath socket_target_path = base::FilePath(std::string(buf, len)); local
246 ASSERT_EQ(0, lstat(socket_target_path.value().c_str(), &statbuf));
253 base::FilePath remote_cookie_path = socket_target_path.DirName().
373 base::FilePath socket_target_path = base::FilePath(std::string(buf, len)); local
375 ASSERT_EQ(0, rename(socket_target_path.value().c_str(),
process_singleton_linux.cc 897 base::FilePath socket_target_path = local
904 if (!SymlinkPath(socket_target_path, socket_path_) ||
915 SetupSocket(socket_target_path.value(), &sock, &addr);
918 PLOG(ERROR) << "Failed to bind() " << socket_target_path.value();
    [all...]

Completed in 37 milliseconds