Lines Matching refs:slashIndex
1510 int slashIndex = path.indexOf('/', offset);1511 if (slashIndex > offset) {1512 slashIndex++; // move past slash1513 File file = new File(path.substring(0, slashIndex) + ".nomedia");1520 offset = slashIndex;