Home | History | Annotate | Download | only in os

Lines Matching refs:getDirectory

33             = getDirectory("ANDROID_ROOT", "/system");
117 = getDirectory("ANDROID_DATA", "/data");
123 = getDirectory("ANDROID_SECURE_DATA", "/data/secure");
127 = getDirectory("MEDIA_STORAGE", "/data/media");
130 = getDirectory("EXTERNAL_STORAGE", "/storage/sdcard0");
133 getDirectory("EXTERNAL_STORAGE", "/storage/sdcard0"), "Android"), "data");
136 getDirectory("EXTERNAL_STORAGE", "/storage/sdcard0"), "Android"), "media");
139 getDirectory("EXTERNAL_STORAGE", "/storage/sdcard0"), "Android"), "obb");
142 = getDirectory("DOWNLOAD_CACHE", "/cache");
471 static File getDirectory(String variableName, String defaultPath) {