Home
last modified time | relevance | path

Searched refs:tempFile (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Draw_files.go52 type tempFile struct { struct
60 func newTempFile(ctx BuilderContext, pattern string, testMode bool) *tempFile {
63 return &tempFile{
72 return &tempFile{
79 func (t *tempFile) close() error { argument
86 func (t *tempFile) name() string { argument
93 func (t *tempFile) rename(to string) { argument
103 func (t *tempFile) remove() error { argument
110 func writeContentToTempFileAndHash(ctx BuilderContext, content string, newline bool) (*tempFile, st…
111 tempFile := newTempFile(ctx, "raw", ctx.Config().captureBuild)
[all …]