Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/include/fs_manager/
H A Dmount.h30 const std::vector<std::string> GetBlockDevicesByMountPoint(const std::string &mountPoint);
/ohos5.0/base/update/updater/services/sdcard_update/
H A Dsdcard_update.cpp108 std::vector<std::string> sdcardStr = GetBlockDevicesByMountPoint(mountPoint); in CheckSdcardPkgs()
/ohos5.0/base/update/updater/services/fs_manager/
H A Dmount.cpp365 const std::vector<std::string> GetBlockDevicesByMountPoint(const std::string &mountPoint) in GetBlockDevicesByMountPoint() function