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

/art/tools/ahat/src/
H A DHtmlDoc.java186 public void close() { method in class:HtmlDoc
189 ps.close();
/art/patchoat/
H A Dpatchoat.cc84 // Either try to close the file (close=true), or erase it.
85 static bool FinishFile(File* file, bool close) { argument
86 if (close) {
88 PLOG(ERROR) << "Failed to flush and close file.";

Completed in 81 milliseconds