Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dutility.h36 : path_(path), closer_(std::move(closer)) {} in PartitionHandle()
40 if (closer_) { in ~PartitionHandle()
43 closer_(); in ~PartitionHandle()
93 std::function<void()> closer_; variable