Home
last modified time | relevance | path

Searched refs:ExactSizedPath (Results 1 – 1 of 1) sorted by relevance

/external/llvm/unittests/Support/
DPath.cpp1046 SmallVector<char, 8> ExactSizedPath(ResultPath.size()); in TEST_F() local
1047 ErrorCode = fs::getPathFromOpenFD(FileDescriptor, ExactSizedPath); in TEST_F()
1048 ResultPath = ExactSizedPath; in TEST_F()