Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/test/unittest/flashd_test/
H A Dflashd_utils_unittest.cpp68 std::string root = GetPathRoot(path);
72 root = GetPathRoot(path);
76 root = GetPathRoot(path);
/ohos5.0/base/update/updater/services/flashd/daemon/
H A Dflashd_utils.h23 std::string GetPathRoot(const std::string &path);
H A Dflashd_utils.cpp23 std::string GetPathRoot(const std::string &path) in GetPathRoot() function
H A Dflash_commander.cpp44 if (auto ret = Updater::MountForPath(GetPathRoot(FLASHD_FILE_PATH)); ret != 0) { in DoCommand()
H A Dupdate_commander.cpp51 if (auto ret = Updater::MountForPath(GetPathRoot(FLASHD_FILE_PATH)); ret != 0) { in DoCommand()