Home
last modified time | relevance | path

Searched refs:BUNDLE_INSTALL_PATH (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A 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()
H A Decma_vm.cpp890 fileName.find(ModulePathHelper::BUNDLE_INSTALL_PATH) == 0) {
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_path_helper.cpp158 inputFileName.compare(0, BUNDLE_INSTALL_PATH_LEN, BUNDLE_INSTALL_PATH) == 0) { in ParseAbcPathAndOhmUrl()
169 outBaseFileName = BUNDLE_INSTALL_PATH + moduleName + MERGE_ABC_ETS_MODULES; in ParseAbcPathAndOhmUrl()
233 CString bundlePath = BUNDLE_INSTALL_PATH; in ConcatHspFileNameCrossBundle()
240 CString bundlePath = BUNDLE_INSTALL_PATH; in ConcatHspFileName()
315 baseFileName = BUNDLE_INSTALL_PATH + bundleName + PathHelper::SLASH_TAG + moduleName + in ParseUrl()
319 baseFileName = BUNDLE_INSTALL_PATH + moduleName + MERGE_ABC_ETS_MODULES; in ParseUrl()
349 baseFileName = BUNDLE_INSTALL_PATH + bundleName + PathHelper::SLASH_TAG + moduleName + in ParsePrefixBundle()
352 baseFileName = BUNDLE_INSTALL_PATH + moduleName + MERGE_ABC_ETS_MODULES; in ParsePrefixBundle()
367 baseFileName = BUNDLE_INSTALL_PATH + bundleName + PathHelper::SLASH_TAG + moduleName + in ParsePrefixBundle()
370 baseFileName = BUNDLE_INSTALL_PATH in ParsePrefixBundle()
[all...]
H A Dmodule_path_helper.h88 static constexpr char BUNDLE_INSTALL_PATH[] = "/data/storage/el1/bundle/"; member in panda::ecmascript::ModulePathHelper
336 return BUNDLE_INSTALL_PATH + moduleName + MERGE_ABC_ETS_MODULES; in ConcatPandaFilePath()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dfile_path_utils.cpp56 constexpr char BUNDLE_INSTALL_PATH[] = "/data/storage/el1/bundle/"; member
143 if (StringStartWith(curJsModulePath, BUNDLE_INSTALL_PATH, std::string(BUNDLE_INSTALL_PATH).length())) { in GetInstallPath()
144 pos = std::string(BUNDLE_INSTALL_PATH).length() - 1; in GetInstallPath()
335 moduleInstallPath = std::string(BUNDLE_INSTALL_PATH); in ParseOhmUri()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile.h83 static constexpr char BUNDLE_INSTALL_PATH[] = "/data/storage/el1/bundle/"; member in panda::ecmascript::JSPandaFile

Completed in 7 milliseconds