OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedBytesRW
(Results
1 - 3
of
3
) sorted by null
/libcore/include/
ScopedBytes.h
23
* ScopedBytesRO and
ScopedBytesRW
attempt to paper over the differences between byte[]s and
72
class
ScopedBytesRW
: public ScopedBytes<false> {
74
ScopedBytesRW
(JNIEnv* env, jobject object) : ScopedBytes<false>(env, object) {}
/libcore/luni/src/main/native/
libcore_io_Memory.cpp
81
ScopedBytesRW
dstBytes(env, dstObject);
libcore_io_Posix.cpp
[
all
...]
Completed in 1075 milliseconds