Lines Matching defs:result
24 * @tc.desc : Test the timegm result when tm exceeds the limit
38 int result = unlink(path);
39 if (result != 0) {
40 t_error("%s unlink get result is %d not want 0", __func__, result);
46 * @tc.desc : Test the timegm result when tm exceeds the limit
53 int result = unlink(path);
55 if (result != error_code) {
56 t_error("%s unlink get result is %d not want -1", __func__, result);