Searched refs:mtree_file (Results 1 – 3 of 3) sorted by relevance
40 local excludes mtree_excludes_arg mtree_file49 mtree_file=$OPTARG69 if [ -z "$mtree_file" ]; then70 mtree_file=input_spec.mtree73 done > $mtree_file77 cat $mtree_file79 atf_check mtree -UW -f $mtree_file \
28 char *mtree_file = "/METALOG.mtree"; in DEFINE_TEST() local29 char *absolute_path = malloc(strlen(testworkdir) + strlen(mtree_file) + 1); in DEFINE_TEST()31 strcat(absolute_path, mtree_file ); in DEFINE_TEST()
25 char *mtree_file = "/METALOG.mtree"; in DEFINE_TEST() local26 char *absolute_path = malloc(strlen(testworkdir) + strlen(mtree_file) + 1); in DEFINE_TEST()28 strcat(absolute_path, mtree_file ); in DEFINE_TEST()