Home
last modified time | relevance | path

Searched defs:read (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/abcc/src/compiler/abcc/
DAbccService.java208 int read; in copyFile() local
/ndk/sources/android/crazy_linker/tests/
Dtest_util.h238 size_t read = fread(buffer, 1, sizeof buffer, src_file.file()); in CopyFile() local
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_istream.c783 basic_istream<_CharT, _Traits>::read(char_type* __s, streamsize __n) { in read() function