Searched refs:mtree_file (Results 1 – 2 of 2) sorted by relevance
39 local excludes mtree_excludes_arg mtree_file48 mtree_file=$OPTARG68 if [ -z "$mtree_file" ]; then69 mtree_file=input_spec.mtree72 done > $mtree_file76 cat $mtree_file79 mtree -UW -f $mtree_file \
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()