Home
last modified time | relevance | path

Searched refs:blockDevices (Results 1 - 1 of 1) sorted by relevance

/base/update/updater/services/fs_manager/
H A Dmount.cpp354 std::vector<std::string> blockDevices; in GetBlockDevicesByMountPoint() local
357 return blockDevices; in GetBlockDevicesByMountPoint()
361 blockDevices.push_back(item->deviceName); in GetBlockDevicesByMountPoint()
365 if (blockDevices.empty()) { in GetBlockDevicesByMountPoint()
370 blockDevices.push_back(blockDevice); in GetBlockDevicesByMountPoint()
372 return blockDevices; in GetBlockDevicesByMountPoint()

Completed in 1 milliseconds