Lines Matching defs:srcPath
76 FrontendType GetFrontendTypeFromManifest(const std::string& packagePath, const std::string& srcPath, bool isHap)
79 if (!srcPath.empty()) {
80 manifest = "assets/js/" + srcPath + "/manifest.json";
309 std::string srcPath;
310 if (info != nullptr && !info->srcPath.empty()) {
311 srcPath = info->srcPath;
319 FrontendType frontendType = GetFrontendTypeFromManifest(packagePath, srcPath, isHap);
373 Platform::AceContainer::CreateContainer(abilityId_, frontendType, srcPath, shared_from_this(),
408 if (srcPath.empty()) {
412 auto assetBasePathStr = { "assets/js/" + srcPath + "/", std::string("assets/js/share/"),