Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp889 auto boot_device_strings = base::Split(base::StringReplace(value, "\"", "", true), " "); in GetBootDevices() local
890 for (std::string_view device : boot_device_strings) { in GetBootDevices()