Home
last modified time | relevance | path

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

/art/tools/ahat/src/
DHtmlDoc.java170 public void close() { in close() method in HtmlDoc
/art/patchoat/
Dpatchoat.cc140 static bool FinishFile(File* file, bool close) { in FinishFile()