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

  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uexception.cpp 178 file_exception::file_exception (const char* operation, const char* filename) throw() function in class:ustl::file_exception
190 void file_exception::info (string& msgbuf, const char* fmt) const throw()
201 void file_exception::read (istream& is)
211 void file_exception::write (ostream& os) const
219 size_t file_exception::stream_size (void) const
uexception.h 147 /// \class file_exception uexception.h ustl.h
154 class file_exception : public libc_exception { class in namespace:ustl
156 file_exception (const char* operation, const char* filename) throw();

Completed in 124 milliseconds