Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.cpp152 static bool is_f2fs(const std::string& fs_type) { in is_f2fs() function
260 } else if (is_f2fs(fs_type)) { in check_fs()
704 } else if (is_f2fs(entry.fs_type)) { in prepare_fs_for_mount()
1106 if (is_f2fs(entry->fs_type)) { in UpdateCheckpointPartition()