Home
last modified time | relevance | path

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

/development/tools/apkcheck/src/com/android/apkcheck/
DTypeUtils.java210 int lastDot = typeName.lastIndexOf('.'); in ambiguousToBinaryName() local
/development/tools/winscope/src/common/
Dfile_utils.ts43 const lastDot = filename.lastIndexOf('.'); constant