Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dfs_mgr_priv.h97 bool fs_mgr_is_ext4(const std::string& blk_device);
H A Dfs_mgr_overlayfs.cpp845 } else if (fs_mgr_is_ext4(device_path)) { in MountScratch()
H A Dfs_mgr.cpp347 bool fs_mgr_is_ext4(const std::string& blk_device) { in fs_mgr_is_ext4() function