Lines Matching refs:filesystem
23 using PublicKeyPath = std::filesystem::path;
24 using HashFilePath = std::filesystem::path;
129 explicit Signature(const std::filesystem::path& imageDirPath,
131 const std::filesystem::path& signedConfPath);
182 bool verifyFile(const std::filesystem::path& file,
183 const std::filesystem::path& signature,
184 const std::filesystem::path& publicKey,
192 inline EVP_PKEY_Ptr createPublicRSA(const std::filesystem::path& publicKey);
200 CustomMap mapFile(const std::filesystem::path& path, size_t size);
203 std::filesystem::path imageDirPath;
209 std::filesystem::path signedConfPath;