| // Copyright 2023 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| #ifndef BSSL_FILLINS_PATH_SERVICE_H |
| #define BSSL_FILLINS_PATH_SERVICE_H |
| #include <openssl/base.h> |
| class OPENSSL_EXPORT FilePath { |
| OPENSSL_EXPORT FilePath(); |
| OPENSSL_EXPORT FilePath(const std::string &path); |
| OPENSSL_EXPORT const std::string &value() const; |
| AppendASCII(const std::string &ascii_path_element) const; |
| enum OPENSSL_EXPORT PathKey { |
| class OPENSSL_EXPORT PathService { |
| static void Get(PathKey key, FilePath *out); |
| #endif // BSSL_FILLINS_PATH_SERVICE_H |