Searched refs:SetCurrentDir (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/android/crazy_linker/src/
H A Dcrazy_linker_system_mock.h28 void SetCurrentDir(const char* path);
H A Dcrazy_linker_system_mock.cpp103 void SetCurrentDir(const char* path) { current_dir_ = path; } function in class:__anon28::MockSystem
380 void SystemMock::SetCurrentDir(const char* path) { function in class:crazy::SystemMock
382 s_mock_fs.SetCurrentDir(path);

Completed in 49 milliseconds