Searched refs:is_empty (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/ | ||
H A D | atf-check.cpp | 597 const bool is_empty = file_empty(path); local 598 if (!oc.negated && !is_empty) { 602 } else if (oc.negated && is_empty) { |
Completed in 10 milliseconds