Home | History | Annotate | Download | only in storage

Lines Matching defs:paths

1176      * Returns list of paths for all mountable volumes.
1183 String[] paths = new String[count];
1185 paths[i] = volumes[i].getPath();
1187 return paths;