Home
last modified time | relevance | path

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

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