Home
last modified time | relevance | path

Searched refs: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()
46 cleanup_ = other.cleanup_; in operator =()
63 if (do_cleanup_ && cleanup_ != nullptr) { in reset()
64 cleanup_(path_); in reset()
69 cleanup_ = new_cleanup; in reset()
76 cleanup_ = nullptr; in release()
Dunique_file.h93 CleanUpFunction cleanup_; variable