Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/include/
H A Dfs_mgr.h109 int fs_mgr_do_format(const android::fs_mgr::FstabEntry& entry);
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_format.cpp162 int fs_mgr_do_format(const FstabEntry& entry) { in fs_mgr_do_format() function
H A Dfs_mgr_roots.cpp128 if (fs_mgr_do_format(*rec) != 0) { in TryPathMount()
H A Dfs_mgr.cpp1571 if (fs_mgr_do_format(current_entry) == 0) { in fs_mgr_mount_all()