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

  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
fstream.h 59 inline void seekg (off_t n, seekdir whence = beg) { seek (n, whence); } function in class:ustl::fstream
ofstream.cpp 152 void ifstream::seekg (off_t p, seekdir d) function in class:ustl::ifstream
156 m_File.seekg (p, d);
mistream.h 106 inline void seekg (off_t p, seekdir d = beg);
178 throw stream_bounds_exception ("seekg", "byte", pos(), newPos - pos(), size());
192 inline void istream::seekg (off_t p, seekdir d) function in class:ustl::istream

Completed in 206 milliseconds