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

/frameworks/base/core/java/android/os/
H A DEnvironment.java56 private static final File DIR_ANDROID_ROOT = getDirectory(ENV_ANDROID_ROOT, "/system");
57 private static final File DIR_ANDROID_DATA = getDirectory(ENV_ANDROID_DATA, "/data");
58 private static final File DIR_ANDROID_EXPAND = getDirectory(ENV_ANDROID_EXPAND, "/mnt/expand");
59 private static final File DIR_ANDROID_STORAGE = getDirectory(ENV_ANDROID_STORAGE, "/storage");
60 private static final File DIR_DOWNLOAD_CACHE = getDirectory(ENV_DOWNLOAD_CACHE, "/cache");
61 private static final File DIR_OEM_ROOT = getDirectory(ENV_OEM_ROOT, "/oem");
62 private static final File DIR_ODM_ROOT = getDirectory(ENV_ODM_ROOT, "/odm");
63 private static final File DIR_VENDOR_ROOT = getDirectory(ENV_VENDOR_ROOT, "/vendor");
854 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.java505 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 190 milliseconds