Searched defs:baseFileName (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
D | quick_fix_test.cpp | 60 std::string baseFileName = QUICKFIX_ABC_PATH "single_file/base/index.abc"; in HWTEST_F_L0() local 83 std::string baseFileName = QUICKFIX_ABC_PATH "multi_file/base/merge.abc"; in HWTEST_F_L0() local 135 const char *baseFileName = "__base.pa"; in HWTEST_F_L0() local 163 …std::string baseFileName, std::string &patchFileName, void ** patchBuffer, size_t &patchBufferSize) in QuickFixQueryFunc() 184 std::string baseFileName = QUICKFIX_ABC_PATH "multi_file/base/merge.abc"; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/patch/ |
D | quick_fix_manager.cpp | 27 void QuickFixManager::RegisterQuickFixQueryFunc(const std::function<bool(std::string baseFileName, in RegisterQuickFixQueryFunc() 45 CString baseFileName = baseFile->GetJSPandaFileDesc(); in LoadPatchIfNeeded() local 75 const std::string &baseFileName) in LoadPatch() 112 … const std::string &baseFileName, const void *baseBuffer, size_t baseSize) in LoadPatch() 149 CString baseFileName; in UnloadPatch() local
|
D | patch_loader.cpp | 133 const CString &baseFileName, PatchInfo &patchInfo) in UnloadPatchInternal()
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | module_path_helper.cpp | 22 CString &baseFileName, CString recordName, CString requestName) in ConcatFileNameWithMerge() 130 CString baseFileName; in ParseUrl() local 149 …[[maybe_unused]] CString &baseFileName, CString moduleRequestName, [[maybe_unused]] CString record… in ParsePrefixBundle() 207 CString ModulePathHelper::MakeNewRecord(const JSPandaFile *jsPandaFile, CString &baseFileName, in MakeNewRecord()
|
D | module_path_helper.h | 128 inline static std::string ParseHapPath(const CString &baseFileName) in ParseHapPath()
|
/arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
D | hot_reload_manager_test.cpp | 65 std::string baseFileName = DEBUGGER_ABC_DIR "single_file/base/index.abc"; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/module/tests/ |
D | ecma_module_test.cpp | 205 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_module_base.abc"; in HWTEST_F_L0() local 215 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_A.abc"; in HWTEST_F_L0() local 225 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; in HWTEST_F_L0() local 236 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; in HWTEST_F_L0() local 259 CString baseFileName = "a.abc"; in HWTEST_F_L0() local 272 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/quick_fix/ |
D | main.cpp | 112 std::string baseFileName = fileNames[0]; in Main() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | bytecode_info_collector.cpp | 695 CString baseFileName = jsPandaFile_->GetJSPandaFileDesc(); in CollectRecordExportInfo() local
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_type_parser.cpp | 152 CString baseFileName = jsPandaFile->GetJSPandaFileDesc(); in ResolveImportType() local
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 3493 …de JSNApi::LoadPatch(EcmaVM *vm, const std::string &patchFileName, const std::string &baseFileName) in LoadPatch() 3503 … const std::string &baseFileName, const void *baseBuffer, size_t baseSize) in LoadPatch() 3537 void JSNApi::RegisterQuickFixQueryFunc(EcmaVM *vm, std::function<bool(std::string baseFileName, in RegisterQuickFixQueryFunc()
|