Home
last modified time | relevance | path

Searched refs:is_good (Results 1 – 3 of 3) sorted by relevance

/third_party/libabigail/include/
Dabg-tools-utils.h151 is_good() const;
/third_party/libabigail/src/
Dabg-tools-utils.cc1350 temp_file::is_good() const in is_good() function in abigail::tools_utils::temp_file
1360 if (is_good()) in get_path()
1377 ABG_ASSERT(is_good()); in get_stream()
1389 if (result->is_good()) in create()
/third_party/libabigail/
DChangeLog13781 (temp_file::is_good): test the fstream rather than the fd
29183 (temp_file::{temp_file, is_good, get_path, get_stream, create}):