Searched refs:ExactSizedPath (Results 1 – 1 of 1) sorted by relevance
1046 SmallVector<char, 8> ExactSizedPath(ResultPath.size()); in TEST_F() local1047 ErrorCode = fs::getPathFromOpenFD(FileDescriptor, ExactSizedPath); in TEST_F()1048 ResultPath = ExactSizedPath; in TEST_F()