Searched refs:android_fopen (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTestDispatch.cpp | 62 android_fopen(mSnapshotFile.c_str(), "wb"), StdioStream::kOwner)); in saveSnapshot() 65 android_fopen(mTextureFile.c_str(), "wb"), StdioStream::kOwner))); in saveSnapshot() 90 android_fopen(mSnapshotFile.c_str(), "rb"), StdioStream::kOwner)); in loadSnapshot() 92 new TextureLoader(StdioStream(android_fopen(mTextureFile.c_str(), "rb"), in loadSnapshot()
|
D | GLSnapshotTesting.cpp | 245 android_fopen(streamFile.c_str(), "wb"), StdioStream::kOwner)); in saveSnapshot() 248 android_fopen(textureFile.c_str(), "wb"), StdioStream::kOwner))); in saveSnapshot() 274 android_fopen(streamFile.c_str(), "rb"), StdioStream::kOwner)); in loadSnapshot() 277 new TextureLoader(StdioStream(android_fopen(textureFile.c_str(), "rb"), in loadSnapshot()
|
D | FrameBuffer_unittest.cpp | 135 android_fopen(mSnapshotFile.c_str(), "wb"), StdioStream::kOwner)); in saveSnapshot() 137 android_fopen(mTextureFile.c_str(), "wb"), StdioStream::kOwner))); in saveSnapshot() 149 android_fopen(mSnapshotFile.c_str(), "rb"), StdioStream::kOwner)); in loadSnapshot() 151 new TextureLoader(StdioStream(android_fopen(mTextureFile.c_str(), "rb"), in loadSnapshot()
|
/hardware/google/aemu/base/include/aemu/base/testing/ |
D | file_io.h | 24 FILE* android_fopen(const char* path, const char* mode);
|
/hardware/google/aemu/base/testing/ |
D | file_io.cpp | 50 FILE* android_fopen(const char* path, const char* mode) { in android_fopen() function
|