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

/bind-9.11.3/unit/atf-src/tools/
H A Dtest_helpers.hpp77 bool equals = true; local
78 while (equals && *expected_iter != NULL && actual_iter != actual.end()) {
80 equals = false;
86 if (equals && ((*expected_iter == NULL && actual_iter != actual.end()) ||
88 equals = false;
90 if (!equals) {
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check.cpp609 const bool equals = compare_files(path, atf::fs::path(oc.value)); local
610 if (!oc.negated && !equals) {
615 } else if (oc.negated && equals) {
628 const bool equals = compare_files(path, temp.get_path()); local
629 if (!oc.negated && !equals) {
634 } else if (oc.negated && equals) {

Completed in 553 milliseconds