Searched refs:PreviousDirLen (Results 1 – 2 of 2) sorted by relevance
628 size_t PreviousDirLen = ::GetCurrentDirectoryA(260, PreviousDir); in TEST_F() local629 ASSERT_GT(PreviousDirLen, 0U); in TEST_F()630 ASSERT_LT(PreviousDirLen, 260U); in TEST_F()
985 size_t PreviousDirLen = ::GetCurrentDirectoryA(260, PreviousDir); in TEST_F() local986 ASSERT_GT(PreviousDirLen, 0U); in TEST_F()987 ASSERT_LT(PreviousDirLen, 260U); in TEST_F()