Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libfiemap/
H A Dimage_manager.cpp352 : control_(control), devices_(devices), commit_(false) {} in AutoDetachLoopDevices()
355 if (commit_) return; in ~AutoDetachLoopDevices()
361 void Commit() { commit_ = true; } in Commit()
366 bool commit_; member in android::fiemap::AutoDetachLoopDevices