Home
last modified time | relevance | path

Searched defs:baseFileName (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dquick_fix_test.cpp59 std::string baseFileName = QUICKFIX_ABC_PATH "single_file/base/index.abc"; in HWTEST_F_L0() local
82 std::string baseFileName = QUICKFIX_ABC_PATH "multi_file/base/merge.abc"; in HWTEST_F_L0() local
105 const char *baseFileName = "__base.pa"; in HWTEST_F_L0() local
129std::string baseFileName, std::string &patchFileName, void ** patchBuffer, size_t patchBufferSize) in QuickFixQueryFunc()
153 std::string baseFileName = QUICKFIX_ABC_PATH "multi_file/base/merge.abc"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dquick_fix_manager.cpp39 void QuickFixManager::LoadPatchIfNeeded(JSThread *thread, const std::string &baseFileName) in LoadPatchIfNeeded()
53 …ger::LoadPatch(JSThread *thread, const std::string &patchFileName, const std::string &baseFileName) in LoadPatch()
73 … const void *patchBuffer, size_t patchSize, const std::string &baseFileName) in LoadPatch()
Dquick_fix_loader.cpp30 …ckFixLoader::LoadPatch(JSThread *thread, const CString &patchFileName, const CString &baseFileName) in LoadPatch()
50 size_t patchSize, const CString &baseFileName) in LoadPatch()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp204 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_module_base.abc"; in HWTEST_F_L0() local
214 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_A.abc"; in HWTEST_F_L0() local
224 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; in HWTEST_F_L0() local
235 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; in HWTEST_F_L0() local
266 std::string baseFileName = MODULE_ABC_PATH "module_test_module_test_C.abc"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
Dhot_reload_manager_test.cpp65 std::string baseFileName = DEBUGGER_ABC_DIR "single_file/base/index.abc"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
Dpath_helper.h185 CString baseFileName; in ParseUrl() local
225 … [[maybe_unused]] CString &baseFileName, CString moduleRequestName) in ParsePrefixBundle()
262 …static CString MakeNewRecord(const JSPandaFile *jsPandaFile, CString &baseFileName, const CString … in MakeNewRecord()
508 …ng ConcatFileNameWithMerge(JSThread *thread, const JSPandaFile *jsPandaFile, CString &baseFileName, in ConcatFileNameWithMerge()
/arkcompiler/ets_runtime/ecmascript/quick_fix/
Dmain.cpp111 std::string baseFileName = fileNames[0]; in Main() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp108 CString baseFileName = jsPandaFile->GetJSPandaFileDesc(); in ResolveImportType() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2637 …ol JSNApi::LoadPatch(EcmaVM *vm, const std::string &patchFileName, const std::string &baseFileName) in LoadPatch()
2645 const std::string &baseFileName) in LoadPatch()