Searched refs:outfile_spec (Results 1 – 2 of 2) sorted by relevance
764 const FileSpec &outfile_spec = in DoExecute() local767 std::string path = outfile_spec.GetPath(); in DoExecute()768 if (outfile_spec) { in DoExecute()775 auto outfile = FileSystem::Instance().Open(outfile_spec, open_options); in DoExecute()
4593 const FileSpec &outfile_spec = in DoExecute() local4595 if (outfile_spec) { in DoExecute()4597 std::string path = outfile_spec.GetPath(); in DoExecute()4599 outfile_spec, File::eOpenOptionWrite | File::eOpenOptionCanCreate); in DoExecute()