Home
last modified time | relevance | path

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

/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h119 const std::vector<std::string>& dsu_partitions);
/system/core/init/
Dfirst_stage_mount.cpp668 std::vector<std::string> dsu_partitions; in UseDsuIfPresent() local
670 dsu_partitions.push_back(name); in UseDsuIfPresent()
675 TransformFstabForDsu(&fstab_, active_dsu, dsu_partitions); in UseDsuIfPresent()
/system/core/fs_mgr/
Dfs_mgr_fstab.cpp598 const std::vector<std::string>& dsu_partitions) { in TransformFstabForDsu() argument
620 for (auto&& partition : dsu_partitions) { in TransformFstabForDsu()