Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/libcore/io/
H A DMemoryMappedFile_Delegate.java85 static void close(MemoryMappedFile thisFile) throws ErrnoException { in close() argument
86 Long index = sMemoryMappedFileMap.get(thisFile); in close()
88 sMemoryMappedFileMap.remove(thisFile); in close()