Home
last modified time | relevance | path

Searched refs:EXT_NAME_JSON (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.h66 static constexpr char EXT_NAME_JSON[] = ".json"; variable
Dmodule_path_helper.cpp473 …fix == EXT_NAME_JS || suffix == EXT_NAME_TS || suffix == EXT_NAME_ETS || suffix == EXT_NAME_JSON) { in IsImportFile()
490 …fix == EXT_NAME_JS || suffix == EXT_NAME_TS || suffix == EXT_NAME_ETS || suffix == EXT_NAME_JSON) { in RemoveSuffix()