Home
last modified time | relevance | path

Searched refs:do_cleanup_ (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()
47 do_cleanup_ = other.do_cleanup_; in operator =()
63 if (do_cleanup_ && cleanup_ != nullptr) { in reset()
75 do_cleanup_ = false; in release()
Dunique_file.h82 do_cleanup_ = false; in DisableCleanup()
94 bool do_cleanup_; variable