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.cpp459 CString inputFileName = "moduleName/ets/pages/index.abc"; in HWTEST_F_L0() local
554 CString inputFileName = "moduleName/ets/pages/index.abc"; in HWTEST_F_L0() local
575 CString inputFileName = "moduleName@nameSpace"; in HWTEST_F_L0() local
588 CString inputFileName = "bundleName/moduleName@namespace/moduleName"; in HWTEST_F_L0() local
596 CString inputFileName = "@ohos:hilog"; in HWTEST_F_L0() local
604 CString inputFileName = "@ohos:hilog"; in HWTEST_F_L0() local
612 CString inputFileName = "json5"; in HWTEST_F_L0() local
631 CString inputFileName = "./test"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp65 void ModulePathHelper::ParseOhmUrl(EcmaVM *vm, const CString &inputFileName, in ParseOhmUrl()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_hierarchy.cpp872 void KlassHierarchy::ReadDevirtualList(const std::string &inputFileName) in ReadDevirtualList()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h947 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()