Lines Matching refs:outpath
66 outpath = [filepath 'output/']; variable
140 outpathtest = [outpath testdir];
179 function [nErrOut, nCases] = recurseDir(inpath, outpath, refpath, ...
213 opt = [opt ' ' outpath vadoutfile];
215 opt = [opt ' --vad_out_file ' outpath vadoutfile];
252 command = [progname ' -o ' outpath outfile ' ' opt];
267 command = [progname inputCmd ' -o ' outpath outfile ' ' opt];
278 equal_to_ref = are_files_equal([outpath vadoutfile], ...
286 [equal_to_ref, diffvector] = are_files_equal([outpath outfile], ...
301 [outpath outfile], diffvector);
304 spclab(fs, nearFile, [refpath outfile], [outpath outfile], ...
315 [nErr, nCases] = recurseDir([inpath dirs(i).name '/'], outpath, ...