Home
last modified time | relevance | path

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

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