Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/example/
Dcloning_1.cpp13 struct file_read_error: virtual boost::exception { }; struct
19 throw boost::enable_current_exception(file_read_error()) << in file_read()
Derror_info_2.cpp15 struct file_read_error: virtual boost::exception { }; struct
21 throw file_read_error() << boost::errinfo_errno(errno); in file_read()
Derrinfos.cpp26 struct file_read_error: virtual file_error { }; struct
48 file_read_error() << in read_file()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/doc/source/
Dboost-exception.reno9006 …o_error { };&#10;struct read_error: virtual io_error { };&#10;struct file_read_error: virtual file…
9098 … { };&#10;struct file_open_error: virtual file_error { };&#10;struct file_read_error: virtual file…
9152 … <string>:)(&#10; file_read_error() &lt;&lt;&#10; boost::(:link </string>
9342file_read_error, which takes a file name in its constructor. Consider the following function:&#10;…
9360 …include &lt;stdio.h&gt;&#10;#include &lt;errno.h&gt;&#10;&#10;struct file_read_error: virtual boos…
9369 …0; {&#10; if( size!=fread(buffer,1,size,f) )&#10; throw file_read_error() &lt;&lt; bo…
9636 <string>:):&#10;&#10;[@throw file_read_error() (:link </string>
9750file_read_error &amp; e )&#10; {&#10; std::cerr &lt;&lt; e.file_name();&#10; }@]&#10;&#10…
9768 …>:) { };&#10;struct io_error: virtual exception_base { };&#10;struct file_read_error: virtual io_e…
9777 …t nr=fread(buf,1,count,f);&#10; if( ferror(f) )&#10; throw file_read_error() (:link </st…
[all …]