Home
last modified time | relevance | path

Searched refs:basefile (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/tools/python/
Dconvert.py45 basefile = os.path.split(args.infile)[1]
46 basefile = os.path.splitext(basefile)[0]
47 outfile = os.path.join(args.outdir, basefile) + '.model'
/third_party/icu/tools/colprobe/
DdoComparisonTable.pl180 my $basefile = shift;
182 my $baseFH = IO::File->new($basefile,"r")
183 or die "could not open the file $basefile for reading: $! \n";
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c1045 const char *basefile = strstr(file, "iris/"); in _iris_batch_flush() local
1046 if (basefile) in _iris_batch_flush()
1047 file = basefile + 5; in _iris_batch_flush()