Home
last modified time | relevance | path

Searched refs:EXT_NAME_ABC (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dextractor.cpp27 constexpr char EXT_NAME_ABC[] = ".abc"; member
147 if (!StringEndWith(relativePath, EXT_NAME_ABC, sizeof(EXT_NAME_ABC) - 1)) { in GetSafeData()
H A Dfile_path_utils.cpp46 constexpr char EXT_NAME_ABC[] = ".abc"; member
125 if (StringEndWith(path, EXT_NAME_ABC, sizeof(EXT_NAME_ABC) - 1)) { in FixExtName()
137 path.append(EXT_NAME_ABC); in FixExtName()
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_path_helper.cpp196 if (StringHelper::StringEndWith(outEntryPoint, EXT_NAME_ABC)) { in ParseAbcPathAndOhmUrl()
445 baseFileName = baseFileName.substr(0, pos + 1) + moduleRequestName + EXT_NAME_ABC; in MakeNewRecord()
447 baseFileName = moduleRequestName + EXT_NAME_ABC; in MakeNewRecord()
850 if (filename.find(EXT_NAME_ABC) != CString::npos) { in ParseFileNameToVMAName()
H A Dmodule_path_helper.h64 static constexpr char EXT_NAME_ABC[] = ".abc"; member in panda::ecmascript::ModulePathHelper

Completed in 5 milliseconds