Home
last modified time | relevance | path

Searched refs:PREFERENCES_ROOT_PATH (Results 1 – 2 of 2) sorted by relevance

/base/update/updateservice/services/core/ability/common/include/
Dconstant.h39 static const std::string PREFERENCES_ROOT_PATH = DUPDATE_ENGINE_ENCRYPTED_ROOT_PATH + "/preferences… variable
66 {Constant::PREFERENCES_ROOT_PATH, 0700, false},
/base/update/updateservice/services/firmware/data/manager/src/
Dfirmware_preferences_utils.cpp35 return Constant::PREFERENCES_ROOT_PATH + "/update_firmware_sp.xml"; in GetPath()