Home
last modified time | relevance | path

Searched defs:inputFileName (Results 1 – 2 of 2) 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.cpp64 void ModulePathHelper::ParseOhmUrl(EcmaVM *vm, const CString &inputFileName, in ParseOhmUrl()