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

  /external/libbrillo/brillo/streams/
stream.h 86 // When seeking in streams, whence specifies the origin of the seek operation.
87 enum class Whence { FROM_BEGIN, FROM_CURRENT, FROM_END };
164 // beginning of the stream. This calls Seek(position, Whence::FROM_BEGIN),
169 // Moves the stream pointer by |offset| bytes relative to |whence|.
176 Whence whence,
  /art/compiler/linker/
output_stream.h 27 enum Whence {
32 std::ostream& operator<<(std::ostream& os, const Whence& rhs);
46 virtual off_t Seek(off_t offset, Whence whence) = 0;
  /external/libchrome/base/files/
file.h 119 enum Whence {
206 // defined by |whence|. Returns the resultant current position in the file
208 int64_t Seek(Whence whence, int64_t offset);

Completed in 134 milliseconds