Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/test/unittest/mount_test/
H A Dmount_unittest.cpp106 int ret = UmountForPath(path1);
109 ret = UmountForPath(path2);
112 ret = UmountForPath(path3);
/ohos5.0/base/update/updater/services/fs_manager/
H A Dmount.cpp92 int UmountForPath(const std::string& path) in UmountForPath() function
291 if (UmountForPath(path) != 0) { in FormatPartition()
337 if (UmountForPath(mountPoint) != 0) { in SetupPartitions()
H A Ddo_partition.cpp60 int ret = UmountForPath(partName); in DoUmountDiskPartition()
/ohos5.0/base/update/updater/services/include/fs_manager/
H A Dmount.h25 int UmountForPath(const std::string &path);
/ohos5.0/base/update/updater/utils/
H A Dutils.cpp558 if (UmountForPath(path) != 0) { in RestoreconPath()