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

/haiku/src/kits/support/
H A DUrl.cpp1146 int32 lastSlashIndex = fPath.FindLast("/"); local
1148 if (lastSlashIndex == B_ERROR)
1152 result.SetTo(fPath, lastSlashIndex + 1);

Completed in 36 milliseconds