Home
last modified time | relevance | path

Searched refs:android_fopen (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/tests/
DGLSnapshotTestDispatch.cpp62 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()
DGLSnapshotTesting.cpp245 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()
DFrameBuffer_unittest.cpp135 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/
Dfile_io.h24 FILE* android_fopen(const char* path, const char* mode);
/hardware/google/aemu/base/testing/
Dfile_io.cpp50 FILE* android_fopen(const char* path, const char* mode) { in android_fopen() function