Home
last modified time | relevance | path

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

/base/update/updater/test/unittest/mount_test/
H A Dmount_unittest.cpp106 int ret = UmountForPath(path1); in HWTEST_F()
109 ret = UmountForPath(path2); in HWTEST_F()
112 ret = UmountForPath(path3); in HWTEST_F()
/base/update/updater/services/include/fs_manager/
H A Dmount.h27 int UmountForPath(const std::string &path);
/base/update/updater/services/fs_manager/
H A Dmount.cpp94 int UmountForPath(const std::string& path) in UmountForPath() function
278 if (UmountForPath(path) != 0) { in FormatPartition()
324 if (UmountForPath(mountPoint) != 0) { in SetupPartitions()
H A Ddo_partition.cpp60 int ret = UmountForPath(partName); in DoUmountDiskPartition()
/base/update/updater/utils/
H A Dutils.cpp555 if (UmountForPath(path) != 0) { in RestoreconPath()
556 LOG(WARNING) << "UmountForPath " << path << " failed!"; in RestoreconPath()

Completed in 4 milliseconds