#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) { … }
}
base::FilePath GetActiveDutySocketPath(UpdaterScope scope) { … }
base::FilePath GetActiveDutyInternalSocketPath(UpdaterScope scope) { … }
base::FilePath GetActivationSocketPath(UpdaterScope scope) { … }
}