Home | History | Annotate | Download | only in Support

Lines Matching defs:ResultPath

1010   SmallString<64> ResultPath;
1012 fs::getPathFromOpenFD(FileDescriptor, ResultPath);
1020 ASSERT_NO_ERROR(fs::getUniqueID(Twine(ResultPath), D2));
1037 SmallVector<char, 8> ResultPath;
1039 fs::getPathFromOpenFD(FileDescriptor, ResultPath);
1046 SmallVector<char, 8> ExactSizedPath(ResultPath.size());
1048 ResultPath = ExactSizedPath;
1054 ASSERT_NO_ERROR(fs::getUniqueID(Twine(ResultPath), D2));
1073 SmallVector<char, 8> ResultPath;
1075 fs::getPathFromOpenFD(FileDescriptor, ResultPath);
1080 ASSERT_NO_ERROR(fs::getUniqueID(Twine(ResultPath), D2));
1098 SmallString<64> ResultPath;
1100 fs::openFileForRead(Twine(TempPath), FileDescriptor2, &ResultPath))
1103 if (!ResultPath.empty()) {
1108 ASSERT_NO_ERROR(fs::getUniqueID(Twine(ResultPath), D2));