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

  /external/libbrillo/brillo/streams/
input_stream_set.cc 76 bool InputStreamSet::CanGetSize() const {
79 if (!stream->CanGetSize()) {
memory_stream.cc 93 bool MemoryStream::CanGetSize() const { return IsOpen(); }
file_stream.cc 369 bool FileStream::CanGetSize() const {
392 if (!CanGetSize())

Completed in 83 milliseconds