Searched refs:outfile_spec (Results 1 – 3 of 3) sorted by relevance
68 const FileSpec &outfile_spec = in DoExecute() local70 if (outfile_spec) { in DoExecute()83 FileSystem::Instance().Open(file, outfile_spec, open_options); in DoExecute()85 auto path = outfile_spec.GetPath(); in DoExecute()
757 const FileSpec &outfile_spec = in DoExecute() local760 std::string path = outfile_spec.GetPath(); in DoExecute()761 if (outfile_spec) { in DoExecute()770 outfile_spec, open_options); in DoExecute()
4704 const FileSpec &outfile_spec = in DoExecute() local4706 if (outfile_spec) { in DoExecute()4708 std::string path = outfile_spec.GetPath(); in DoExecute()4710 outfile_stream.GetFile(), outfile_spec, in DoExecute()