Home
last modified time | relevance | path

Searched defs:mangleFilePath (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameFileNameTransformer.ts283 const mangleFilePath = mangleFileName(filePathWithoutSuffix); constant
301 const mangleFilePath = mangleFileName(pathAndExtension.path); constant
310 const mangleFilePath = mangleFileName(filePathWithoutSuffix); constant
/arkcompiler/ets_frontend/arkguard/src/initialization/
DConfigResolver.ts1386 export function mangleFilePath(originalPath: string): string { function