Lines Matching defs:FooPath
487 auto FooPath = testPath("foo/", llvm::sys::path::Style::posix);
488 FooPath = llvm::sys::path::convert_to_slash(FooPath);
494 EXPECT_THAT(Conf.Index.External.MountPoint, FooPath);
497 Frag = GetFrag(FooPath, std::nullopt);
501 EXPECT_THAT(Conf.Index.External.MountPoint, FooPath);
505 Frag = GetFrag("", FooPath.c_str());
514 Frag = GetFrag("", FooPath.c_str());
523 Frag = GetFrag("", FooPath.c_str());
527 EXPECT_THAT(Conf.Index.External.MountPoint, FooPath);
534 FooPath = testPath("FOO/", llvm::sys::path::Style::posix);
535 FooPath = llvm::sys::path::convert_to_slash(FooPath);
536 Frag = GetFrag("", FooPath.c_str());
541 EXPECT_THAT(Conf.Index.External.MountPoint, FooPath);