Home
last modified time | relevance | path

Searched defs:inputFileName (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp641 CString inputFileName = "moduleName/ets/pages/index.abc"; in HWTEST_F_L0() local
734 CString inputFileName = "moduleName/ets/pages/index.abc"; in HWTEST_F_L0() local
752 CString inputFileName = "moduleName@nameSpace"; in HWTEST_F_L0() local
765 CString inputFileName = "bundleName/moduleName@namespace/moduleName"; in HWTEST_F_L0() local
773 CString inputFileName = "@ohos:hilog"; in HWTEST_F_L0() local
781 CString inputFileName = "@ohos:hilog"; in HWTEST_F_L0() local
789 CString inputFileName = "json5"; in HWTEST_F_L0() local
808 CString inputFileName = "./test"; in HWTEST_F_L0() local
879 CString inputFileName = "test.abc"; in HWTEST_F_L0() local
949 CString inputFileName = "/data/storage/el1/bundle/hsp/ets/modules.abc"; in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp153 void ModulePathHelper::ParseAbcPathAndOhmUrl(EcmaVM *vm, const CString &inputFileName, in ParseAbcPathAndOhmUrl()
244 CString ModulePathHelper::TransformToNormalizedOhmUrl(EcmaVM *vm, const CString &inputFileName, in TransformToNormalizedOhmUrl()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_hierarchy.cpp668 void KlassHierarchy::ReadDevirtualList(const std::string &inputFileName) in ReadDevirtualList()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h954 std::string inputFileName = ""; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dasm_assembler.cpp22 void AsmAssembler::InitialFileInfo(const std::string &inputFileName) in InitialFileInfo()
Delf_assembler.cpp37 void ElfAssembler::InitialFileInfo(const std::string &inputFileName) in InitialFileInfo()