should_exist 408 tools/crm_shadow.c check_file_exists(const char *filename, bool should_exist, GError **error) should_exist 412 tools/crm_shadow.c if (!should_exist && (stat(filename, &buf) == 0)) { should_exist 422 tools/crm_shadow.c if (should_exist && (stat(filename, &buf) < 0)) {