Home
last modified time | relevance | path

Searched refs:HAP_PATH_DATA_AREA (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dhmp_bundle_installer.cpp34 const std::string HAP_PATH_DATA_AREA = "/data/app/el1/bundle/public"; member
180 if (hapInfo.hapPath.size() > HAP_PATH_DATA_AREA.size() && in CheckAppIsUpdatedByUser()
181 hapInfo.hapPath.compare(0, HAP_PATH_DATA_AREA.size(), HAP_PATH_DATA_AREA) == 0) { in CheckAppIsUpdatedByUser()
H A Dbundle_mgr_service_event_handler.cpp71 constexpr const char* HAP_PATH_DATA_AREA = "/data/app/el1/bundle/public"; member
2361 if (hapInfo.hapPath.size() > std::string(HAP_PATH_DATA_AREA).size() && in CheckAppIsUpdatedByUser()
2362 hapInfo.hapPath.compare(0, std::string(HAP_PATH_DATA_AREA).size(), std::string(HAP_PATH_DATA_AREA)) == 0) { in CheckAppIsUpdatedByUser()

Completed in 8 milliseconds