Home
last modified time | relevance | path

Searched refs:ReadIgnoreOffset (Results 1 – 1 of 1) sorted by relevance

/art/runtime/base/unix_file/
Dfd_file.cc181 static ssize_t ReadIgnoreOffset(int fd, void *buf, size_t count, off_t offset) { in ReadIgnoreOffset() function
204 return ReadFullyGeneric<ReadIgnoreOffset>(fd_, buffer, byte_count, 0); in ReadFully()