Home
last modified time | relevance | path

Searched refs:MISC_PATH (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updater/interfaces/kits/misc_info/
H A Dmisc_info.cpp92 auto path = GetBlockDeviceByMountPoint(MISC_PATH); in WriteUpdaterMiscMsg()
103 auto path = GetBlockDeviceByMountPoint(MISC_PATH); in ReadUpdaterMiscMsg()
113 auto path = GetBlockDeviceByMountPoint(MISC_PATH); in WriteUpdaterParaMisc()
155 auto path = GetBlockDeviceByMountPoint(MISC_PATH); in ReadUpdaterParaMisc()
/ohos5.0/base/update/updateservice/services/engine/src/
H A Dupdate_service_restorer.cpp29 const std::string MISC_PATH = "/misc"; variable
37 auto miscBlockDev = Updater::GetBlockDeviceByMountPoint(MISC_PATH); in FactoryReset()
/ohos5.0/base/update/updater/services/include/updater/
H A Dupdater_const.h39 constexpr const char *MISC_PATH = "/misc"; variable
/ohos5.0/base/update/updater/services/
H A Dupdater_utils.cpp129 auto miscBlockDev = GetBlockDeviceByMountPoint(MISC_PATH); in ClearMisc()