Home
last modified time | relevance | path

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

/build/soong/android/
Draw_files.go54 type tempFile struct { struct
56 io.Writer
58 file *os.File
59 testBuf *strings.Builder
81 func (t *tempFile) close() error {
88 func (t *tempFile) name() string {
95 func (t *tempFile) rename(to string) {
105 func (t *tempFile) remove() error {
/build/make/backported_fixes/tests/java/com/android/build/backportedfixes/common/
DParserTest.java97 private File tempFile(BackportedFix fix) throws IOException { in tempFile() method in ParserTest