Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp338 : control_(control), devices_(devices), commit_(false) {} in AutoDetachLoopDevices()
341 if (commit_) return; in ~AutoDetachLoopDevices()
347 void Commit() { commit_ = true; } in Commit()
352 bool commit_; member in android::fiemap::AutoDetachLoopDevices