Home
last modified time | relevance | path

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

/build/soong/android/
Draw_files.go52 type tempFile struct { struct
54 io.Writer
56 file *os.File
57 testBuf *strings.Builder
79 func (t *tempFile) close() error {
86 func (t *tempFile) name() string {
93 func (t *tempFile) rename(to string) {
103 func (t *tempFile) remove() error {