Lines Matching defs:TestPath
395 SmallString<128> TestPath(getSubDirectoryPath(
397 sys::path::append(TestPath, "stdlib.h");
398 return !VFS.exists(TestPath);
437 SmallString<128> TestPath(Path);
438 sys::path::append(TestPath, "Lib", Test);
439 if (VFS.exists(TestPath)) {
557 StringRef TestPath = PathEntry;
558 bool IsBin = sys::path::filename(TestPath).equals_insensitive("bin");
561 TestPath = sys::path::parent_path(TestPath);
562 IsBin = sys::path::filename(TestPath).equals_insensitive("bin");
565 StringRef ParentPath = sys::path::parent_path(TestPath);