chromium/chrome/enterprise_companion/installer_paths_linux.cc

// Copyright 2024 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/enterprise_companion/installer_paths.h"

#include <optional>

#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "chrome/enterprise_companion/enterprise_companion_branding.h"

namespace enterprise_companion {

const char kExecutableName[] =;

std::optional<base::FilePath> GetInstallDirectory() {}

std::optional<base::FilePath> FindExistingInstall() {}

}  // namespace enterprise_companion