Lines Matching defs:hapPath
317 bool isHap = moduleInfo ? !moduleInfo->hapPath.empty() : false;
318 std::string& packagePath = isHap ? moduleInfo->hapPath : packagePathStr;
335 std::string moduleHapPath = info ? info->hapPath : "";
349 std::string hapPath;
352 hapPath = moduleHapPath;
356 hapPath = LOCAL_BUNDLE_CODE_PATH + moduleHapPath.substr(pos + 1);
357 LOGI("In FA mode, hapPath:%{private}s", hapPath.c_str());
394 container->SetHapPath(hapPath);
410 Platform::AceContainer::AddAssetPath(abilityId_, packagePathStr, moduleInfo->hapPath, assetBasePathStr);
414 Platform::AceContainer::AddAssetPath(abilityId_, packagePathStr, moduleInfo->hapPath, assetBasePathStr);