Searched defs:equals (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.cpp94 bool equals = true; local
95 while (equals && *expected_iter != NULL && actual_iter != actual.end()) {
97 equals = false;
103 if (equals && ((*expected_iter == NULL && actual_iter != actual.end()) ||
105 equals = false;
107 if (!equals) {
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp608 const bool equals = compare_files(path, atf::fs::path(oc.value)); local
609 if (!oc.negated && !equals) {
614 } else if (oc.negated && equals) {
629 const bool equals = compare_files(path, temp.get_path()); local
630 if (!oc.negated && !equals) {
635 } else if (oc.negated && equals) {

Completed in 11 milliseconds