Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libfs_avb/include/fs_avb/
H A Dfs_avb.h123 static bool TearDownAvbHashtree(FstabEntry* fstab_entry, bool wait);
/aosp12/system/core/fs_mgr/libfs_avb/
H A Dfs_avb.cpp501 bool AvbHandle::TearDownAvbHashtree(FstabEntry* fstab_entry, bool wait) { in TearDownAvbHashtree() function in android::fs_mgr::AvbHandle
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp1671 if (!AvbHandle::TearDownAvbHashtree(&current_entry, true /* wait */)) { in fs_mgr_umount_all()