Searched refs:PathOpt (Results 1 – 1 of 1) sorted by relevance
431 std::optional<std::string> PathOpt = BIDFetcher->fetch(BinaryID); in load() local432 if (!PathOpt) in load()434 std::string Path = std::move(*PathOpt); in load()