Home
last modified time | relevance | path

Searched refs:getenv (Results 1 – 25 of 50) 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/native/cmds/installd/
Dglobals.cpp64 const char* data_path = getenv("ANDROID_DATA"); in init_globals_from_data_and_root()
69 const char* root_path = getenv("ANDROID_ROOT"); in init_globals_from_data_and_root()
105 android_asec_dir = ensure_trailing_slash(getenv(ASEC_MOUNTPOINT_ENV_NAME)); in init_globals_from_data_and_root()
/frameworks/compile/slang/lit-tests/
Dlit.cfg16 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/
Dlit.cfg18 ANDROID_HOST_OUT = os.getenv("ANDROID_HOST_OUT")
19 ANDROID_PRODUCT_OUT = os.getenv("ANDROID_PRODUCT_OUT")
/frameworks/base/core/jni/
Dandroid_view_ThreadedRenderer.cpp86 static JNIEnv* getenv(JavaVM* vm) { in getenv() function
161 getenv(mVm)->CallVoidMethod(mObject, gFrameCompleteCallback.onFrameComplete, frameNr); in onFrameComplete()
172 getenv(mVm)->DeleteGlobalRef(mObject); in releaseObject()
187 JNIEnv* env = getenv(mVm); in onError()
484 JNIEnv* env = getenv(mVm); in ObserverProxy()
506 JNIEnv* env = getenv(mVm); in ~ObserverProxy()
575 JNIEnv* env = getenv(mVm); in handleMessage()
845 getenv(mVm)->DeleteGlobalRef(mObject); in ~JGlobalRefHolder()
871 JNIEnv* env = getenv(globalCallbackRef->vm()); in android_view_ThreadedRenderer_setPictureCapturedCallbackJNI()
892 JNIEnv* env = getenv(globalCallbackRef->vm()); in android_view_ThreadedRenderer_setFrameCallback()
DAndroidRuntime.cpp1199 const char* rootDir = getenv("ANDROID_ROOT"); in start()
1209 const char* artRootDir = getenv("ANDROID_ART_ROOT"); in start()
1215 const char* i18nRootDir = getenv("ANDROID_I18N_ROOT"); in start()
1221 const char* tzdataRootDir = getenv("ANDROID_TZDATA_ROOT"); in start()
/frameworks/base/core/java/android/security/net/config/
DWfaCertificateSource.java31 super(new File(System.getenv("ANDROID_ROOT") + "/etc/security/cacerts_wfa")); in WfaCertificateSource()
DSystemCertificateSource.java35 super(new File(System.getenv("ANDROID_ROOT") + "/etc/security/cacerts")); in SystemCertificateSource()
/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 const char *rootsForPartition[] {"/odm", "/vendor", getenv("ANDROID_ROOT")}; in getInputDeviceConfigurationFilePathByName()
113 char *androidData = getenv("ANDROID_DATA"); in getInputDeviceConfigurationFilePathByName()
/frameworks/rs/tests/lldb/
Dconfig.py67 return os.getenv('ANDROID_PRODUCT_OUT')
/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/base/libs/androidfw/tests/
DObbFile_test.cpp41 char* externalStorage = getenv("EXTERNAL_STORAGE"); in SetUp()
/frameworks/native/cmds/ip-up-vpn/
Dip-up-vpn.c37 const char *value = getenv(name); in env()
/frameworks/base/services/core/java/com/android/server/
DCertBlacklister.java41 private static final String BLACKLIST_ROOT = System.getenv("ANDROID_DATA") + "/misc/keychain/";
/frameworks/layoutlib/bridge/src/libcore/io/
DMemoryMappedFile_Delegate.java49 private static final String TARGET_PATH = System.getenv("ANDROID_ROOT") + "/usr/share/zoneinfo";
/frameworks/native/libs/binder/tests/
DbinderAllocationLimits.cpp179 if (getenv("LIBC_HOOKS_ENABLE") == nullptr) { in main()
/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/base/tools/bit/
Dcommand.cpp195 char* pathEnv = strdup(getenv("PATH")); in exec_with_path_search()
/frameworks/base/core/java/android/util/
DDebugUtils.java74 String s = System.getenv("ANDROID_OBJECT_FILTER"); in isObjectSelected()
/frameworks/base/cmds/app_process/
Dapp_main.cpp141 const char* androidRoot = getenv("ANDROID_DATA"); in maybeCreateDalvikCache()
/frameworks/multidex/library/test/src/androidx/multidex/
DZipUtilTest.java49 private static final File zipFile = new File(System.getenv("ANDROID_BUILD_TOP"),
/frameworks/base/core/java/android/os/
DEnvironment.java606 return new File(System.getenv(ENV_EXTERNAL_STORAGE)); in getLegacyExternalStorageDirectory()
1226 String path = System.getenv(variableName); in getDirectory()

12