Searched defs:cloneCodePath (Results 1 – 2 of 2) sorted by relevance
398 …std::string cloneCodePath = BUNDLE_CODE_ROOT_PATH + bundleName + "#" + std::to_string(cloneInfos[1… variable632 …std::string cloneCodePath = BUNDLE_CODE_ROOT_PATH + bundleName + "#" + std::to_string(cloneInfos[1… variable671 std::string cloneCodePath = BUNDLE_CODE_ROOT_PATH + bundleName + "#"; variable715 std::string cloneCodePath = BUNDLE_CODE_ROOT_PATH + bundleName + "#"; variable966 std::string cloneCodePath = BUNDLE_CODE_ROOT_PATH + bundleName + "#"; variable
224 auto cloneCodePath = cloneInfo_.GetAppCodePath(); in CreateBundleAndDataDir() local