Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/include_fstab/fstab/
H A Dfstab.h119 const std::vector<std::string>& dsu_partitions);
/aosp12/system/core/init/
H A 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()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp605 const std::vector<std::string>& dsu_partitions) { in TransformFstabForDsu() argument
627 for (auto&& partition : dsu_partitions) { in TransformFstabForDsu()