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/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp753 size_t PreviousDirLen = ::GetCurrentDirectoryA(260, PreviousDir); in TEST_F() local
754 ASSERT_GT(PreviousDirLen, 0U); in TEST_F()
755 ASSERT_LT(PreviousDirLen, 260U); in TEST_F()