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

/system/core/libcutils/
H A Dopen_memstream.c164 static fpos_t seek_memstream(void* cookie, fpos_t offset, int whence) argument
169 if (whence == SEEK_CUR) {
171 } else if (whence == SEEK_END) {

Completed in 144 milliseconds