Home
last modified time | relevance | path

Searched refs:getenv (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dlit.cfg30 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/
Dllvm-lit9 android_source_root = os.getenv('ANDROID_BUILD_TOP', ".")
Dlit.site.cfg27 tool = os.getenv(env_var)
43 config.build_top = os.getenv('ANDROID_BUILD_TOP')
/frameworks/native/libs/input/
DInputDevice.cpp90 path.setTo(getenv("ANDROID_ROOT")); in getInputDeviceConfigurationFilePathByName()
105 path.setTo(getenv("ANDROID_DATA")); in getInputDeviceConfigurationFilePathByName()
/frameworks/compile/slang/lit-tests/
Dlit.cfg15 config.base_path = os.getenv('ANDROID_BUILD_TOP')
30 tool = os.getenv(env_var)
/frameworks/base/libs/androidfw/tests/
DObbFile_test.cpp41 char* externalStorage = getenv("EXTERNAL_STORAGE"); in SetUp()
DBackupData_test.cpp55 m_external_storage = getenv("EXTERNAL_STORAGE"); in SetUp()
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py37 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/
Dip-up-vpn.c37 const char *value = getenv(name); in env()
/frameworks/base/core/java/android/os/
DEnvironment.java342 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/
DCertBlacklister.java41 private static final String BLACKLIST_ROOT = System.getenv("ANDROID_DATA") + "/misc/keychain/";
/frameworks/base/tools/layoutlib/bridge/src/libcore/io/
DMemoryMappedFile_Delegate.java49 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/
DJavaAnalyzer.java128 Map<String, String> env = System.getenv(); in initForTests()
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dlit.cfg32 lit.load_config(config, os.path.join(os.getenv('ANDROID_BUILD_TOP',
/frameworks/base/services/tests/servicestests/src/com/android/server/
DCertBlacklisterTest.java37 private static final String BLACKLIST_ROOT = System.getenv("ANDROID_DATA") + "/misc/keychain/";
/frameworks/native/libs/gui/tests/
DSRGB_test.cpp292 if (getenv(SHOW_DEBUG_STRING) == NULL) return; in createDebugSurface()
366 int sleepSeconds = atoi(getenv(SHOW_DEBUG_STRING)); in copyToDebugSurface()
DGLTest.cpp50 char* displaySecsEnv = getenv("GLTEST_DISPLAY_SECS"); in SetUp()
/frameworks/base/cmds/app_process/
Dapp_main.cpp154 const char* androidRoot = getenv("ANDROID_DATA"); in maybeCreateDalvikCache()
/frameworks/base/core/jni/
Dandroid_view_ThreadedRenderer.cpp53 static JNIEnv* getenv(JavaVM* vm) { in getenv() function
100 JNIEnv* env = getenv(vm); in throwException()
/frameworks/base/core/java/android/util/
DDebugUtils.java71 String s = System.getenv("ANDROID_OBJECT_FILTER"); in isObjectSelected()
/frameworks/multidex/library/test/src/android/support/multidex/
DZipUtilTest.java49 private static final File zipFile = new File(System.getenv("ANDROID_BUILD_TOP"),
/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java112 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/
DCertPinInstallReceiverTest.java53 private static final String PINLIST_ROOT = System.getenv("ANDROID_DATA") + "/misc/keychain/";
/frameworks/rs/
DrsScriptC.cpp349 cacheDir = getenv("EXTERNAL_STORAGE"); in runCompiler()
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
DBaseCompilationTest.java250 builder.environment().putAll(System.getenv()); in runGradle()

12