Home | History | Annotate | Download | only in cintltst

Lines Matching refs:udata_setCommonData

1737     /* It's difficult to test that udata_setCommonData really works within the test framework.
1747 udata_setCommonData(&gOffsetTOCAppData_dat, &status);
1749 log_err("FAIL: udata_setCommonData changed the failure code.\n");
1753 udata_setCommonData(NULL, &status);
1755 log_err("FAIL: udata_setCommonData did not fail with bad arguments.\n");