Searched defs:getDirectory (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
H A DEnvironment.java53 private static final File DIR_ANDROID_ROOT = getDirectory(ENV_ANDROID_ROOT, "/system");
54 private static final File DIR_ANDROID_DATA = getDirectory(ENV_ANDROID_DATA, "/data");
55 private static final File DIR_ANDROID_STORAGE = getDirectory(ENV_ANDROID_STORAGE, "/storage");
56 private static final File DIR_OEM_ROOT = getDirectory(ENV_OEM_ROOT, "/oem");
57 private static final File DIR_VENDOR_ROOT = getDirectory(ENV_VENDOR_ROOT, "/vendor");
230 = getDirectory("ANDROID_DATA", "/data");
236 = getDirectory("ANDROID_SECURE_DATA", "/data/secure");
238 private static final File DOWNLOAD_CACHE_DIRECTORY = getDirectory("DOWNLOAD_CACHE", "/cache");
730 static File getDirectory(String variableName, String defaultPath) { method in class:Environment
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DResourceBundle.java465 public String getDirectory() { method in class:ResourceBundle.LayoutFileBundle
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 263 milliseconds