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

  /development/host/windows/usb/api/
adb_object_handle.h 169 bool IsOpened() const {
  /art/libartbase/base/unix_file/
fd_file.cc 60 if (!check_usage || !IsOpened()) {
247 bool FdFile::IsOpened() const {
  /external/pdfium/fpdfsdk/
fpdf_dataavail_embeddertest.cpp 55 bool IsOpened() const { return !!file_contents_; }
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 79 bool RBaseStream::IsOpened()
195 assert( IsOpened() && pos >= 0 );
211 assert( IsOpened() );
729 bool WBaseStream::IsOpened()
812 assert( IsOpened() );

Completed in 185 milliseconds