Searched refs:keyPath (Results 1 – 3 of 3) sorted by relevance
44 std::optional<nlohmann::json> getLeafNode(const std::string_view keyPath) in getLeafNode() argument46 auto keys = keyPath | stringSplitter(); in getLeafNode()
86 std::filesystem::path keyPath(signedConfPath / key / PUBLICKEY_FILE_NAME); in getKeyHashFileNames() local88 return std::make_pair(std::move(hashpath), std::move(keyPath)); in getKeyHashFileNames()
94 fs::path keyPath(signedConfPath / key / PUBLICKEY_FILE_NAME); in getKeyHashFileNames() local96 return std::make_pair(std::move(hashpath), std::move(keyPath)); in getKeyHashFileNames()