Searched refs:basefile (Results 1 – 4 of 4) 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";
891 const char *basefile = strstr(file, "iris/"); in _iris_batch_flush() local892 if (basefile) in _iris_batch_flush()893 file = basefile + 5; in _iris_batch_flush()
8341 msgid " -b --base-file <basefile> Read linker generated base file.\n"8662 msgid " --base-file <basefile> Read linker generated base file\n"41054 " --base_file <basefile> Generate a base file for relocatable "