Home
last modified time | relevance | path

Searched refs:EXT_NAME_ETS (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dfile_path_utils.cpp47 constexpr char EXT_NAME_ETS[] = ".ets"; member
129 if (StringEndWith(path, EXT_NAME_ETS, sizeof(EXT_NAME_ETS) - 1)) { in FixExtName()
130 path.erase(path.length() - (sizeof(EXT_NAME_ETS) - 1), sizeof(EXT_NAME_ETS) - 1); in FixExtName()
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_path_helper.h65 static constexpr char EXT_NAME_ETS[] = ".ets"; member in panda::ecmascript::ModulePathHelper
H A Dmodule_path_helper.cpp676 if (suffix == EXT_NAME_JS || suffix == EXT_NAME_TS || suffix == EXT_NAME_ETS || suffix == EXT_NAME_JSON) { in IsImportFile()
693 if (suffix == EXT_NAME_JS || suffix == EXT_NAME_TS || suffix == EXT_NAME_ETS || in RemoveSuffix()

Completed in 5 milliseconds