Home
last modified time | relevance | path

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

/external/llvm/unittests/Support/
DPath.cpp628 size_t PreviousDirLen = ::GetCurrentDirectoryA(260, PreviousDir); in TEST_F() local
629 ASSERT_GT(PreviousDirLen, 0U); in TEST_F()
630 ASSERT_LT(PreviousDirLen, 260U); in TEST_F()
/external/llvm-project/llvm/unittests/Support/
DPath.cpp985 size_t PreviousDirLen = ::GetCurrentDirectoryA(260, PreviousDir); in TEST_F() local
986 ASSERT_GT(PreviousDirLen, 0U); in TEST_F()
987 ASSERT_LT(PreviousDirLen, 260U); in TEST_F()