Home
last modified time | relevance | path

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

/aosp12/system/core/fastboot/device/
H A Dutility.h35 : path_(path), closer_(std::move(closer)) {} in PartitionHandle()
39 if (closer_) { in ~PartitionHandle()
42 closer_(); in ~PartitionHandle()
52 std::function<void()> closer_; variable