Home
last modified time | relevance | path

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

/art/libartbase/base/unix_file/
Dfd_file.cc421 static bool ReadFullyGeneric(int fd, void* buffer, size_t byte_count, size_t offset) { in ReadFullyGeneric() function
438 return ReadFullyGeneric<ReadIgnoreOffset>(fd_, buffer, byte_count, 0); in ReadFully()
442 return ReadFullyGeneric<pread>(fd_, buffer, byte_count, offset); in PreadFully()