Searched refs:output_file_spec (Results 1 – 1 of 1) sorted by relevance
601 FileSpec output_file_spec{output_file_path.c_str(), false}; in RunShellCommand() local604 if (output_file_spec) in RunShellCommand()606 launch_info.AppendOpenFileAction(STDOUT_FILENO, output_file_spec, false, true); in RunShellCommand()665 uint64_t file_size = output_file_spec.GetByteSize(); in RunShellCommand()675 … output_file_spec.ReadFileContents(0, command_output.data(), file_size, &error); in RunShellCommand()685 if (FileSystem::GetFileExists(output_file_spec)) in RunShellCommand()686 FileSystem::Unlink(output_file_spec); in RunShellCommand()