Home | History | Annotate | Download | only in media

Lines Matching refs:slashIndex

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