/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | lit.cfg | 30 lit.load_config(config, os.path.join(os.getenv('ANDROID_BUILD_TOP', 37 + os.getenv('TARGET_BUILD_VARIANT') + '.' \ 38 + os.getenv('USER') + '_linux-x86') 49 if os.getenv('TARGET_BUILD_TYPE', None) == 'debug': 73 config.environment['ANDROID_PRODUCT_OUT'] = os.getenv('ANDROID_PRODUCT_OUT') 74 config.environment['ANDROID_BUILD_TOP'] = os.getenv('ANDROID_BUILD_TOP')
|
/frameworks/compile/slang/lit-tests/ |
D | lit.cfg | 16 config.base_path = os.getenv('ANDROID_BUILD_TOP') 31 tool = os.getenv(env_var) 47 config.slang = inferTool('llvm-rs-cc', 'SLANG', os.path.join(os.getenv('ANDROID_HOST_OUT'), 'bin'))… 48 config.llvm_rs_as = inferTool('llvm-rs-as', 'LLVM_RS_AS', os.path.join(os.getenv('ANDROID_HOST_OUT'…
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | lit.cfg | 17 ANDROID_HOST_OUT = os.getenv("ANDROID_HOST_OUT") 18 ANDROID_PRODUCT_OUT = os.getenv("ANDROID_PRODUCT_OUT")
|
/frameworks/native/libs/input/ |
D | InputDevice.cpp | 90 path.setTo(getenv("ANDROID_ROOT")); in getInputDeviceConfigurationFilePathByName() 105 path.setTo(getenv("ANDROID_DATA")); in getInputDeviceConfigurationFilePathByName()
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | llvm-lit | 9 android_source_root = os.getenv('ANDROID_BUILD_TOP', ".")
|
D | lit.site.cfg | 27 tool = os.getenv(env_var) 43 config.build_top = os.getenv('ANDROID_BUILD_TOP')
|
/frameworks/base/core/java/android/security/net/config/ |
D | SystemCertificateSource.java | 35 super(new File(System.getenv("ANDROID_ROOT") + "/etc/security/cacerts")); in SystemCertificateSource()
|
/frameworks/compile/libbcc/gdb_plugin/ |
D | android-commands.py | 37 local_symbols_library_directory = os.path.join(os.getenv('ANDROID_PRODUCT_OUT', 'out'), 39 local_library_directory = os.path.join(os.getenv('ANDROID_PRODUCT_OUT', 'out'), 107 self.android_build_top = os.getenv('ANDROID_BUILD_TOP', None) 478 gdbserver_local_path = os.path.join(os.getenv('ANDROID_BUILD_TOP'), 632 script_root = os.path.join(os.getenv('ANDROID_BUILD_TOP'), \
|
/frameworks/base/libs/androidfw/tests/ |
D | ObbFile_test.cpp | 41 char* externalStorage = getenv("EXTERNAL_STORAGE"); in SetUp()
|
/frameworks/base/core/jni/ |
D | android_view_ThreadedRenderer.cpp | 65 static JNIEnv* getenv(JavaVM* vm) { in getenv() function 137 JNIEnv* env = getenv(vm); in throwException() 290 JNIEnv* env = getenv(mVm); in ObserverProxy() 312 JNIEnv* env = getenv(mVm); in ~ObserverProxy() 382 JNIEnv* env = getenv(mVm); in handleMessage()
|
/frameworks/native/cmds/ip-up-vpn/ |
D | ip-up-vpn.c | 37 const char *value = getenv(name); in env()
|
/frameworks/base/services/core/java/com/android/server/ |
D | CertBlacklister.java | 41 private static final String BLACKLIST_ROOT = System.getenv("ANDROID_DATA") + "/misc/keychain/";
|
/frameworks/base/tools/layoutlib/bridge/src/libcore/io/ |
D | MemoryMappedFile_Delegate.java | 49 private static final String TARGET_PATH = System.getenv("ANDROID_ROOT") + "/usr/share/zoneinfo";
|
/frameworks/base/core/java/android/os/ |
D | Environment.java | 409 return new File(System.getenv(ENV_EXTERNAL_STORAGE)); in getLegacyExternalStorageDirectory() 855 String path = System.getenv(variableName); in getDirectory()
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | lit.cfg | 32 lit.load_config(config, os.path.join(os.getenv('ANDROID_BUILD_TOP',
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | CertBlacklisterTest.java | 37 private static final String BLACKLIST_ROOT = System.getenv("ANDROID_DATA") + "/misc/keychain/";
|
/frameworks/native/libs/gui/tests/ |
D | SRGB_test.cpp | 292 if (getenv(SHOW_DEBUG_STRING) == NULL) return; in createDebugSurface() 366 int sleepSeconds = atoi(getenv(SHOW_DEBUG_STRING)); in copyToDebugSurface()
|
D | GLTest.cpp | 50 char* displaySecsEnv = getenv("GLTEST_DISPLAY_SECS"); in SetUp()
|
/frameworks/base/cmds/app_process/ |
D | app_main.cpp | 154 const char* androidRoot = getenv("ANDROID_DATA"); in maybeCreateDalvikCache()
|
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/ |
D | JavaAnalyzer.java | 135 Map<String, String> env = System.getenv(); in loadAndroidHome()
|
/frameworks/base/core/java/android/util/ |
D | DebugUtils.java | 71 String s = System.getenv("ANDROID_OBJECT_FILTER"); in isObjectSelected()
|
/frameworks/multidex/library/test/src/android/support/multidex/ |
D | ZipUtilTest.java | 49 private static final File zipFile = new File(System.getenv("ANDROID_BUILD_TOP"),
|
/frameworks/native/cmds/installd/ |
D | installd.cpp | 550 const char* data_path = getenv("ANDROID_DATA"); in initialize_globals() 555 const char* root_path = getenv("ANDROID_ROOT"); in initialize_globals()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | ZygoteInit.java | 123 String env = System.getenv(fullSocketName); in registerZygoteSocket() 518 final String systemServerClasspath = Os.getenv("SYSTEMSERVERCLASSPATH"); in handleSystemServerProcess()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/ |
D | CertPinInstallReceiverTest.java | 55 private static final String PINLIST_ROOT = System.getenv("ANDROID_DATA") + "/misc/keychain/";
|