Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/utils/
DFileUtils.ts103 const sepIndex: number = dirPath.lastIndexOf('/'); constant
104 if (sepIndex >= 0) {
105 return dirPath.slice(0, sepIndex + 1);