Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dfs_mgr_priv.h95 bool is_dt_compatible();
H A Dfs_mgr_boot_config.cpp146 if (is_dt_compatible()) { in fs_mgr_get_boot_config()
H A Dfs_mgr_fstab.cpp364 if (!is_dt_compatible() || !IsDtFstabCompatible()) { in ReadFstabFromDt()
934 bool is_dt_compatible() { in is_dt_compatible() function