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()
752 char PreviousDir[260]; in TEST_F() local753 size_t PreviousDirLen = ::GetCurrentDirectoryA(260, PreviousDir); in TEST_F()771 ASSERT_NE(::SetCurrentDirectoryA(PreviousDir), 0); in TEST_F()