Lines Matching defs:moduleName
69 // If it is an old record, delete the bundleName and moduleName
291 void JSPandaFileExecutor::BindPreloadedPandaFilesToAOT(EcmaVM *vm, const std::string &moduleName)
301 ASSERT(!moduleName.empty());
303 vm->GetAOTFileManager()->BindPreloadedPandaFilesInAotFile(moduleName);
439 * filename: data/storage/el1/bundle/moduleName/ets/modules.abc
440 * Ohmurl: 1. @bundle:bundleName/moduleName@namespace/ets/pages/Index
442 * 3. @normalized:N&moduleName&bundleName&entryPath&version
443 * 4. @normalized:N&moduleName&bundleName&entryPath&
549 [[maybe_unused]] const CString &bundleName, const CString &moduleName, const CString &entry,
552 CString abcFilePath = ModulePathHelper::ConcatPandaFilePath(moduleName);
592 const CString &moduleName, const CString &entry)
594 CString abcFilePath = ModulePathHelper::ConcatPandaFilePath(moduleName);