Home
last modified time | relevance | path

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

/external/libbrillo/brillo/streams/
Dmemory_stream.cc100 if (!CheckContainer(error)) in SetSizeBlocking()
120 if (!CheckContainer(error) || in Seek()
145 if (!CheckContainer(error)) in ReadNonBlocking()
161 if (!CheckContainer(error)) in WriteNonBlocking()
172 return CheckContainer(error); in FlushBlocking()
181 bool MemoryStream::CheckContainer(ErrorPtr* error) const { in CheckContainer() function in brillo::MemoryStream
Dmemory_stream.h199 bool CheckContainer(ErrorPtr* error) const;