Searched refs:basefile (Results 1 – 3 of 3) sorted by relevance
45 basefile = os.path.split(args.infile)[1]46 basefile = os.path.splitext(basefile)[0]47 outfile = os.path.join(args.outdir, basefile) + '.model'
180 my $basefile = shift;182 my $baseFH = IO::File->new($basefile,"r")183 or die "could not open the file $basefile for reading: $! \n";
1045 const char *basefile = strstr(file, "iris/"); in _iris_batch_flush() local1046 if (basefile) in _iris_batch_flush()1047 file = basefile + 5; in _iris_batch_flush()