Lines Matching refs:time
16 #include <sys/time.h>
18 #include <time.h>
28 * @tc.desc : Each parameter is valid, and the current system time can be obtained.
35 system("date +%s > ./time.txt");
36 FILE *fptr = fopen("time.txt", "r");
43 remove("time.txt");
50 * @tc.desc : Each parameter is invalid, and the current system time can be obtained.
61 * @tc.desc : Each parameter is valid, and the current system time can be obtained.
68 system("date +%s > ./time.txt");
69 FILE *fptr = fopen("time.txt", "r");
76 remove("time.txt");