Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/
DHtmlDoc.java186 public void close() { in close() method in HtmlDoc
/art/patchoat/
Dpatchoat.cc97 static bool FinishFile(File* file, bool close) { in FinishFile()