Home
last modified time | relevance | path

Searched refs:BUNDLE_INSTALL_PATH_LEN (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_path_helper.cpp157 if (inputFileName.length() > BUNDLE_INSTALL_PATH_LEN && in ParseAbcPathAndOhmUrl()
158 inputFileName.compare(0, BUNDLE_INSTALL_PATH_LEN, BUNDLE_INSTALL_PATH) == 0) { in ParseAbcPathAndOhmUrl()
159 pos = BUNDLE_INSTALL_PATH_LEN; in ParseAbcPathAndOhmUrl()
163 pos = inputFileName.find(PathHelper::SLASH_TAG, BUNDLE_INSTALL_PATH_LEN); in ParseAbcPathAndOhmUrl()
167 CString moduleName = inputFileName.substr(BUNDLE_INSTALL_PATH_LEN, pos - BUNDLE_INSTALL_PATH_LEN); in ParseAbcPathAndOhmUrl()
170 outEntryPoint = vm->GetBundleName() + PathHelper::SLASH_TAG + inputFileName.substr(BUNDLE_INSTALL_PATH_LEN); in ParseAbcPathAndOhmUrl()
744 if (baseFileName.length() > BUNDLE_INSTALL_PATH_LEN && in GetModuleNameWithBaseFile()
745 baseFileName.compare(0, BUNDLE_INSTALL_PATH_LEN, BUNDLE_INSTALL_PATH) == 0) { in GetModuleNameWithBaseFile()
746 pos = BUNDLE_INSTALL_PATH_LEN; in GetModuleNameWithBaseFile()
[all...]
H A Dmodule_path_helper.h114 static constexpr size_t BUNDLE_INSTALL_PATH_LEN = 25; member in panda::ecmascript::ModulePathHelper
/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.cpp889 if (fileName.length() > ModulePathHelper::BUNDLE_INSTALL_PATH_LEN &&
891 fileName = fileName.substr(ModulePathHelper::BUNDLE_INSTALL_PATH_LEN);

Completed in 6 milliseconds