Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/utils/
DFileUtils.ts63 const lastSepIndex: number = filePath.lastIndexOf('/'); constant
64 if (lastSepIndex >= 0) {
65 return filePath.slice(lastSepIndex + 1);