Home
last modified time | relevance | path

Searched refs:BUNDLE_INSTALL_PATH (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_file_path.cpp64 auto found = jsPandaFileDesc.find(JSPandaFile::BUNDLE_INSTALL_PATH); in GetHapName()
68 std::string subPath = jsPandaFileDesc.substr(sizeof(JSPandaFile::BUNDLE_INSTALL_PATH) - 1); in GetHapName()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp67 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()
Dmodule_path_helper.h76 static constexpr char BUNDLE_INSTALL_PATH[] = "/data/storage/el1/bundle/"; variable
Djs_module_manager.cpp352 … (base::StringHelper::StringStartWith(moduleFileName, ModulePathHelper::BUNDLE_INSTALL_PATH) || in SkipDefaultBundleFile()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h77 static constexpr char BUNDLE_INSTALL_PATH[] = "/data/storage/el1/bundle/"; variable