Searched refs:PreviousDir (Results 1 – 2 of 2) sorted by relevance
627 char PreviousDir[260]; in TEST_F() local628 size_t PreviousDirLen = ::GetCurrentDirectoryA(260, PreviousDir); in TEST_F()646 ASSERT_NE(::SetCurrentDirectoryA(PreviousDir), 0); in TEST_F()
984 char PreviousDir[260]; in TEST_F() local985 size_t PreviousDirLen = ::GetCurrentDirectoryA(260, PreviousDir); in TEST_F()1003 ASSERT_NE(::SetCurrentDirectoryA(PreviousDir), 0); in TEST_F()