Home
last modified time | relevance | path

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

/base/update/updater/test/unittest/mount_test/
H A Dmount_unittest.cpp85 int ret = MountForPath(path1); in HWTEST_F()
88 ret = MountForPath(path2); in HWTEST_F()
93 ret = MountForPath(path3); in HWTEST_F()
97 ret = MountForPath(path4); in HWTEST_F()
/base/update/updater/test/fuzztest/UpdaterMountForPath_fuzzer/
H A DUpdaterMountForPath_fuzzer.cpp34 MountForPath(std::string(reinterpret_cast<const char*>(data), size)); in FuzzMountForPath()
/base/update/updater/services/include/fs_manager/
H A Dmount.h28 int MountForPath(const std::string &path);
/base/update/updater/services/flashd/daemon/
H A Dflash_commander.cpp44 if (auto ret = Updater::MountForPath(GetPathRoot(FLASHD_FILE_PATH)); ret != 0) { in DoCommand()
45 FLASHD_LOGE("MountForPath fail, ret = %d", ret); in DoCommand()
H A Dupdate_commander.cpp51 if (auto ret = Updater::MountForPath(GetPathRoot(FLASHD_FILE_PATH)); ret != 0) { in DoCommand()
52 FLASHD_LOGE("MountForPath fail, ret = %d", ret); in DoCommand()
/base/update/updater/services/flashd/
H A Dpartition.cpp126 if (auto ret = Updater::MountForPath(name); ret != 0) { in DoFormat()
127 FLASHD_LOGE("MountForPath fail, ret = %d", ret); in DoFormat()
/base/update/updater/services/sdcard_update/
H A Dsdcard_update.cpp118 if (MountForPath("/data") != 0) { in CheckSdcardPkgs()
/base/update/updater/services/fs_manager/
H A Dmount.cpp193 int MountForPath(const std::string &path) in MountForPath() function
315 if (MountForPath(mountPoint) != 0) { in SetupPartitions()
/base/update/updater/test/unittest/updater_main_test/
H A Dupdater_main_unittest.cpp56 if (MountForPath("/data") != 0) { in SetUpTestCase()
57 cout << "MountForPath failed" << endl; in SetUpTestCase()
/base/update/updater/utils/
H A Dutils.cpp546 if (MountForPath(path) != 0) { in RestoreconPath()
547 LOG(ERROR) << "MountForPath " << path << " failed!"; in RestoreconPath()
569 if (MountForPath(destPath) != 0) { in CopyUpdaterLogs()
570 LOG(WARNING) << "MountForPath /data/log failed!"; in CopyUpdaterLogs()

Completed in 5 milliseconds