Searched refs:testFile1 (Results 1 – 1 of 1) sorted by relevance
140 const char *testFile1 = "/data/init_ut/test_dir0/test_file_copy1"; variable142 int fd = open(testFile1, O_RDWR);167 const char *testFile1 = "/data/init_ut/test_dir0/test_file_write1"; variable168 …int fd = open(testFile1, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWO…183 const char *testFile1 = "/data/init_ut/test_dir0/test_file_write1"; variable184 DoCmdByName("rm ", testFile1);185 int ret = access(testFile1, F_OK);188 testFile1 = "/data/init_ut/test_dir1";189 DoCmdByName("rmdir ", testFile1);190 ret = access(testFile1, F_OK);[all …]