Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/platform/common/
Dmodule.cpp21 CString GetOutEntryPoint(EcmaVM *vm, const CString &inputFileName) in GetOutEntryPoint()
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/
Dmodule.cpp21 CString GetOutEntryPoint(EcmaVM *vm, const CString &inputFileName) in GetOutEntryPoint()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dmodule.cpp21 CString GetOutEntryPoint(EcmaVM *vm, const CString &inputFileName) in GetOutEntryPoint()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp1013 CString inputFileName = "moduleName/ets/pages/index.abc"; in HWTEST_F_L0() local
1122 CString inputFileName = "moduleName/ets/pages/index.abc"; in HWTEST_F_L0() local
1140 CString inputFileName = "moduleName@nameSpace"; in HWTEST_F_L0() local
1153 CString inputFileName = "bundleName/moduleName@namespace/moduleName"; in HWTEST_F_L0() local
1161 CString inputFileName = "@ohos:hilog"; in HWTEST_F_L0() local
1169 CString inputFileName = "@ohos:hilog"; in HWTEST_F_L0() local
1177 CString inputFileName = "json5"; in HWTEST_F_L0() local
1196 CString inputFileName = "./test"; in HWTEST_F_L0() local
1267 CString inputFileName = "test.abc"; in HWTEST_F_L0() local
1337 CString inputFileName = "/data/storage/el1/bundle/hsp/ets/modules.abc"; in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp163 void ModulePathHelper::ParseAbcPathAndOhmUrl(EcmaVM *vm, const CString &inputFileName, in ParseAbcPathAndOhmUrl()
245 CString ModulePathHelper::TransformToNormalizedOhmUrl(EcmaVM *vm, const CString &inputFileName, in TransformToNormalizedOhmUrl()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h895 std::string inputFileName = ""; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dasm_assembler.cpp20 void AsmAssembler::InitialFileInfo(const std::string &inputFileName) in InitialFileInfo()
Delf_assembler.cpp36 void ElfAssembler::InitialFileInfo(const std::string &inputFileName) in InitialFileInfo()