Searched refs:tempFile (Results 1 – 1 of 1) sorted by relevance
52 type tempFile struct { struct60 func newTempFile(ctx BuilderContext, pattern string, testMode bool) *tempFile {63 return &tempFile{72 return &tempFile{79 func (t *tempFile) close() error { argument86 func (t *tempFile) name() string { argument93 func (t *tempFile) rename(to string) { argument103 func (t *tempFile) remove() error { argument110 func writeContentToTempFileAndHash(ctx BuilderContext, content string, newline bool) (*tempFile, st…111 tempFile := newTempFile(ctx, "raw", ctx.Config().captureBuild)[all …]