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

/ndk/sources/android/crazy_linker/src/
H A Dcrazy_linker_system_mock.cpp163 class MockFileHandle { class in namespace:__anon28
165 MockFileHandle(MockFileEntry* entry) : entry_(entry), offset_(0) {} function in class:__anon28::MockFileHandle
166 ~MockFileHandle() {}
259 MockFileHandle* NewMockFileHandle(const char* path,
272 return new MockFileHandle(entry);
317 MockFileHandle* handle = reinterpret_cast<MockFileHandle*>(fd_);
328 MockFileHandle* handle = reinterpret_cast<MockFileHandle*>(fd_);
337 MockFileHandle* handl
[all...]

Completed in 4 milliseconds