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