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

/frameworks/base/core/jni/
H A Dandroid_ddm_DdmHandleNativeHeap.cpp56 static void ReadFile(const char* path, String8& s) { function in namespace:android
78 ReadFile("/proc/self/maps", maps);
/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp176 PDX_REMOTE_METHOD(ReadFile, kOpReadFile,
306 int ReadFile(void* buffer, std::size_t size, const std::string& path, function in class:__anon1773::TestClient
311 Status<void> status = InvokeRemoteMethodInPlace<TestInterface::ReadFile>(
412 case TestInterface::ReadFile::Opcode:
413 DispatchRemoteMethod<TestInterface::ReadFile>(
762 client->ReadFile(buffer.data(), buffer.size(), "/dev/zero", O_RDONLY);

Completed in 62 milliseconds