Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.cpp156 static bool is_f2fs(const std::string& fs_type) { in is_f2fs() function
264 } else if (is_f2fs(fs_type)) { in check_fs()
572 } else if (is_f2fs(entry.fs_type)) { in prepare_fs_for_mount()
977 if (is_f2fs(entry->fs_type)) { in UpdateCheckpointPartition()