Searched refs:BUNDLE_INSTALL_PATH (Results 1 – 5 of 5) sorted by relevance
64 auto found = jsPandaFileDesc.find(JSPandaFile::BUNDLE_INSTALL_PATH); in GetHapName()68 std::string subPath = jsPandaFileDesc.substr(sizeof(JSPandaFile::BUNDLE_INSTALL_PATH) - 1); in GetHapName()
67 CString bundleInstallName(BUNDLE_INSTALL_PATH); in ParseOhmUrl()81 outBaseFileName = BUNDLE_INSTALL_PATH + moduleName + MERGE_ABC_ETS_MODULES; in ParseOhmUrl()133 baseFileName = BUNDLE_INSTALL_PATH + bundleName + PathHelper::SLASH_TAG + moduleName + in ParseUrl()137 baseFileName = BUNDLE_INSTALL_PATH + moduleName + MERGE_ABC_ETS_MODULES; in ParseUrl()167 baseFileName = BUNDLE_INSTALL_PATH + bundleName + PathHelper::SLASH_TAG + moduleName + in ParsePrefixBundle()170 baseFileName = BUNDLE_INSTALL_PATH + moduleName + MERGE_ABC_ETS_MODULES; in ParsePrefixBundle()192 baseFileName = BUNDLE_INSTALL_PATH + moduleName + MERGE_ABC_ETS_MODULES; in ParsePrefixBundle()
76 static constexpr char BUNDLE_INSTALL_PATH[] = "/data/storage/el1/bundle/"; variable
352 … (base::StringHelper::StringStartWith(moduleFileName, ModulePathHelper::BUNDLE_INSTALL_PATH) || in SkipDefaultBundleFile()
77 static constexpr char BUNDLE_INSTALL_PATH[] = "/data/storage/el1/bundle/"; variable