HomeSort by: relevance | last modified time | path
    Searched defs:ta_imgpath (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/fs/common/
fstest_ext2fs.c 52 char ta_imgpath[MAXPATHLEN]; member in struct:ext2fstestargs
80 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
105 res = unlink(args->ta_imgpath);
fstest_ffs.c 53 char ta_imgpath[MAXPATHLEN]; member in struct:ffstestargs
85 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
113 res = unlink(args->ta_imgpath);
fstest_msdosfs.c 52 char ta_imgpath[MAXPATHLEN]; member in struct:msdosfstestargs
80 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
106 res = unlink(args->ta_imgpath);
fstest_sysvbfs.c 52 char ta_imgpath[MAXPATHLEN]; member in struct:sysvbfstestargs
80 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
105 res = unlink(args->ta_imgpath);
fstest_udf.c 53 char ta_imgpath[MAXPATHLEN]; member in struct:udftestargs
88 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
117 res = unlink(args->ta_imgpath);
fstest_v7fs.c 52 char ta_imgpath[MAXPATHLEN]; member in struct:v7fstestargs
80 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
106 res = unlink(args->ta_imgpath);
fstest_lfs.c 57 char ta_imgpath[MAXPATHLEN]; member in struct:lfstestargs
88 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
114 res = unlink(args->ta_imgpath);

Completed in 16 milliseconds