Home
last modified time | relevance | path

Searched defs:cloneCodePath (Results 1 – 2 of 2) sorted by relevance

/foundation/appexecfwk/standard/test/systemtest/common/bms/bms_clone_system_test/
Dbms_clone_system_test.cpp398 …std::string cloneCodePath = BUNDLE_CODE_ROOT_PATH + bundleName + "#" + std::to_string(cloneInfos[1… variable
632 …std::string cloneCodePath = BUNDLE_CODE_ROOT_PATH + bundleName + "#" + std::to_string(cloneInfos[1… variable
671 std::string cloneCodePath = BUNDLE_CODE_ROOT_PATH + bundleName + "#"; variable
715 std::string cloneCodePath = BUNDLE_CODE_ROOT_PATH + bundleName + "#"; variable
966 std::string cloneCodePath = BUNDLE_CODE_ROOT_PATH + bundleName + "#"; variable
/foundation/appexecfwk/standard/services/bundlemgr/src/
Dbundle_clone_mgr.cpp224 auto cloneCodePath = cloneInfo_.GetAppCodePath(); in CreateBundleAndDataDir() local