HomeSort by relevance Sort by last modified time
    Searched refs:ScopedBytesRW (Results 1 - 3 of 3) sorted by null

  /libnativehelper/header_only_include/nativehelper/
scoped_bytes.h 24 * ScopedBytesRO and ScopedBytesRW attempt to paper over the differences between byte[]s and
71 class ScopedBytesRW : public ScopedBytes<false> {
73 ScopedBytesRW(JNIEnv* env, jobject object) : ScopedBytes<false>(env, object) {}
  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 96 ScopedBytesRW dstBytes(env, dstObject);
libcore_io_Linux.cpp     [all...]

Completed in 97 milliseconds