Home
last modified time | relevance | path

Searched defs:bundleJsonPath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_util.cpp331 char *bundleJsonPath = Strscat(bundleJsonPathComp, sizeof(bundleJsonPathComp) / sizeof(char *)); in DeleteJsonFile() local
452 char bundleJsonPath[PATH_LENGTH] = { 0 }; in CheckBundleJsonIsValid() local
543 char bundleJsonPath[PATH_LENGTH] = { 0 }; in GetValueFromBundleJson() local
570 char bundleJsonPath[PATH_LENGTH] = { 0 }; in GetValueFromBundleJson() local
H A Dgt_bundle_manager_service.cpp928 …char *bundleJsonPath = BundleUtil::Strscat(bundleJsonPathComp, sizeof(bundleJsonPathComp) / sizeof… in TransformJsToBcWhenRestart() local
993 void GtManagerService::TransformJsToBc(const char *codePath, const char *bundleJsonPath, cJSON *ins… in TransformJsToBc()
H A Dbundle_installer.cpp466 std::string bundleJsonPath = std::string(JSON_PATH) + bundleName + JSON_SUFFIX; in Uninstall() local
H A Dgt_bundle_installer.cpp602 char bundleJsonPath[PATH_LENGTH] = { 0 }; in Uninstall() local