Home
last modified time | relevance | path

Searched refs:rootPath (Results 1 – 2 of 2) sorted by relevance

/development/tools/idegen/src/com/android/idegen/
DFrameworkModule.java60 private void appendContentRoot(StringBuilder stringBuilder, String rootPath) in appendContentRoot() argument
62 File intermediates = new File(rootPath); in appendContentRoot()
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
DMyCloudProvider.java454 final String rootPath = mBaseDir.getPath();
455 if (rootPath.equals(path)) {
457 } else if (rootPath.endsWith("/")) {
458 path = path.substring(rootPath.length());
460 path = path.substring(rootPath.length() + 1);