Lines Matching defs:baseFileName
30 * baseFileName = 'data/storage/el1/bundle/moduleName/ets/modules.abc';
32 * baseFileName = 'data/storage/el1/bundle/bundleName/moduleName/moduleName/ets/modules.abc';
133 CString &baseFileName, CString recordName, CString requestName);
144 static CString TransformToNormalizedOhmUrl(EcmaVM *vm, const CString &inputFileName, const CString &baseFileName,
148 [[maybe_unused]] CString &baseFileName, CString moduleRequestName, [[maybe_unused]] CString recordName);
149 static CString ParseNormalizedOhmUrl(JSThread *thread, CString &baseFileName, const CString &recordName,
151 static CString MakeNewRecord(JSThread *thread, const JSPandaFile *jsPandaFile, CString &baseFileName,
172 static CString GetModuleNameWithBaseFile(const CString &baseFileName);
174 CString &baseFileName, const CString &requestName);
178 [[maybe_unused]] CString &baseFileName, const CString &recordName,
193 CString &baseFileName, const CString &recordName,
197 CString &baseFileName, const CString &recordName,
200 [[maybe_unused]] CString &baseFileName, CString &requestPath);
210 static bool ValidateAbcPath(const CString &baseFileName, ValidateFilePath checkMode);
215 inline static std::string ParseHapPath(const CString &baseFileName)
219 if (baseFileName.length() > startStrLen && baseFileName.compare(0, startStrLen, bundleSubInstallName) == 0) {
220 CString hapPath = baseFileName.substr(startStrLen);