/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/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/native/libs/input/ |
D | InputDevice.cpp | 90 path.setTo(getenv("ANDROID_ROOT")); in getInputDeviceConfigurationFilePathByName() 105 path.setTo(getenv("ANDROID_DATA")); in getInputDeviceConfigurationFilePathByName()
|
/frameworks/compile/slang/lit-tests/ |
D | lit.cfg | 15 config.base_path = os.getenv('ANDROID_BUILD_TOP') 30 tool = os.getenv(env_var)
|
/frameworks/base/libs/androidfw/tests/ |
D | ObbFile_test.cpp | 41 char* externalStorage = getenv("EXTERNAL_STORAGE"); in SetUp()
|
D | BackupData_test.cpp | 55 m_external_storage = getenv("EXTERNAL_STORAGE"); in SetUp()
|
/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/native/cmds/ip-up-vpn/ |
D | ip-up-vpn.c | 37 const char *value = getenv(name); in env()
|
/frameworks/base/core/java/android/os/ |
D | Environment.java | 342 return new File(System.getenv(ENV_EXTERNAL_STORAGE)); in getLegacyExternalStorageDirectory() 731 String path = System.getenv(variableName); in getDirectory()
|
/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/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/ |
D | JavaAnalyzer.java | 128 Map<String, String> env = System.getenv(); in initForTests()
|
/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/base/core/jni/ |
D | android_view_ThreadedRenderer.cpp | 53 static JNIEnv* getenv(JavaVM* vm) { in getenv() function 100 JNIEnv* env = getenv(vm); in throwException()
|
/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/base/core/java/com/android/internal/os/ |
D | ZygoteInit.java | 112 String env = System.getenv(fullSocketName); in registerZygoteSocket() 428 final String systemServerClasspath = Os.getenv("SYSTEMSERVERCLASSPATH"); in handleSystemServerProcess()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/ |
D | CertPinInstallReceiverTest.java | 53 private static final String PINLIST_ROOT = System.getenv("ANDROID_DATA") + "/misc/keychain/";
|
/frameworks/rs/ |
D | rsScriptC.cpp | 349 cacheDir = getenv("EXTERNAL_STORAGE"); in runCompiler()
|
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/ |
D | BaseCompilationTest.java | 250 builder.environment().putAll(System.getenv()); in runGradle()
|