Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dunique_file.cpp33 : value_(value), path_(path), cleanup_(cleanup), do_cleanup_(true), auto_close_(true) {} in UniqueFile()
48 auto_close_ = other.auto_close_; in operator =()
58 if (auto_close_ && value_ >= 0) { in reset()
Dunique_file.h78 auto_close_ = false; in DisableAutoClose()
95 bool auto_close_; variable