Searched refs:outfile_spec (Results 1 – 2 of 2) sorted by relevance
750 const FileSpec &outfile_spec = in DoExecute() local753 std::string path = outfile_spec.GetPath(); in DoExecute()754 if (outfile_spec) { in DoExecute()762 auto outfile = FileSystem::Instance().Open(outfile_spec, open_options); in DoExecute()
4583 const FileSpec &outfile_spec = in DoExecute() local4585 if (outfile_spec) { in DoExecute()4587 std::string path = outfile_spec.GetPath(); in DoExecute()4589 outfile_spec, File::eOpenOptionWrite | File::eOpenOptionCanCreate); in DoExecute()