Home | History | Annotate | Download | only in test

Lines Matching refs:exist

133   if ~exist(inpathtest,'dir')
134 error(['Input directory ' inpathtest ' does not exist']);
137 if ~exist(refpathtest,'dir')
138 warning(['Reference directory ' refpathtest ' does not exist']);
209 if exist([inpath 'vqeFar.pcm'])
211 elseif exist([inpath 'apm_far.pcm'])
215 if exist([inpath 'vqeNear.pcm'])
217 elseif exist([inpath 'apm_near.pcm'])
221 if exist([inpath 'vqeEvent.dat'])
223 elseif exist([inpath 'apm_event.dat'])
227 if exist([inpath 'vqeBuf.dat'])
229 elseif exist([inpath 'apm_delay.dat'])
233 if exist([inpath 'vqeSkew.dat'])
235 elseif exist([inpath 'vqeDrift.dat'])
237 elseif exist([inpath 'apm_drift.dat'])
250 if exist([farFile])
289 if exist([farFile])
318 if ~exist(newfile,'file')
319 warning(['Output file ' newfile ' does not exist']);
323 if ~exist(reffile,'file')
324 warning(['Reference file ' reffile ' does not exist']);