chromium/chrome/updater/linux/ipc_constants.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/updater/linux/ipc_constants.h"

#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/strings/strcat.h"
#include "chrome/updater/updater_branding.h"
#include "chrome/updater/updater_scope.h"
#include "chrome/updater/updater_version.h"

namespace updater {
namespace {

constexpr base::FilePath::CharType kUserSocketsRelDir[] = COMPANY_SHORTNAME_STRING "/" PRODUCT_FULLNAME_STRING "/");
constexpr base::FilePath::CharType kSystemSocketsDir[] = COMPANY_SHORTNAME_STRING "/" PRODUCT_FULLNAME_STRING "/");

base::FilePath GetSocketsDir(UpdaterScope scope) {}

}  // namespace

base::FilePath GetActiveDutySocketPath(UpdaterScope scope) {}

base::FilePath GetActiveDutyInternalSocketPath(UpdaterScope scope) {}

base::FilePath GetActivationSocketPath(UpdaterScope scope) {}

}  // namespace updater