Searched refs:PathOrError (Results 1 – 3 of 3) sorted by relevance
40 auto PathOrError = P.expandPath(PathID); in TEST() local41 if (!PathOrError) in TEST()42 FAIL() << "Error: " << PathOrError.takeError(); in TEST()43 EXPECT_THAT(PathOrError.get(), ElementsAre(3, 2, 1)); in TEST()
297 auto PathOrError = readPath(Extractor, Offset); in loadProfile() local298 if (!PathOrError) in loadProfile()299 return PathOrError.takeError(); in loadProfile()300 const auto &Path = PathOrError.get(); in loadProfile()