Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/jni/
Dandroid_window_cts_ASurfaceControlInputReceiverTest.cpp53 JNIEnv* env = getenv(); in onKeyEvent()
60 JNIEnv* env = getenv(); in onMotionEvent()
81 getenv()->DeleteGlobalRef(mInputReceiverObj); in ~InputReceiverCallbackWrapper()
86 JNIEnv* getenv() { in getenv() function in __anon6db928c40111::InputReceiverCallbackWrapper
Dandroid_view_cts_ASurfaceControlTest.cpp398 ~CallbackListenerWrapper() { getenv()->DeleteGlobalRef(mCallbackListenerObject); } in ~CallbackListenerWrapper()
467 JNIEnv* env = getenv(); in callback()
492 JNIEnv* getenv() { in getenv() function in __anonc460ff020111::CallbackListenerWrapper
/cts/hostsidetests/seccomp/app/
Dgen_blocklist.py108 kernel_uapi_path = os.path.join(os.getenv('ANDROID_BUILD_TOP'),
151 candidates = sorted(glob.glob(os.path.join(os.getenv('ANDROID_BUILD_TOP'),
/cts/tests/tests/wrap/hwasan/src/android/hwasan/cts/
DWrapTest.java52 assertTrue(System.getenv("LD_HWASAN") != null); in testProperty()
/cts/tests/tests/wrap/src/android/wrap/cts/
DWrapTest.java67 String wrapEnvValue = System.getenv("WRAP_PROPERTY"); in testWrapProperty()
/cts/hostsidetests/graphics/gpuprofiling/app/
Dandroid_graphics_cts_GpuCounters.cpp76 ALOGE("LD_LIBRARY_PATH=%s", getenv("LD_LIBRARY_PATH")); in startCounterProducer()
/cts/hostsidetests/appsecurity/test-apps/MultiUserStorageApp/src/com/android/cts/multiuserstorageapp/
DMultiUserStorageTest.java180 return new File(new File(System.getenv("EXTERNAL_STORAGE"), "Android/obb"), file); in buildEnvObbPath()
192 return new File(System.getenv("EXTERNAL_STORAGE"), file); in buildEnvPath()
/cts/tests/tests/os/src/android/os/cts/
DAbiTest.java41 String pathVar = System.getenv("PATH"); in testNoUnsupportedAbis()
DEnvironmentTest.java67 assertTrue(System.getenv("TMPDIR").endsWith("android.os.cts/cache")); in testNoTmpDir()
/cts/tests/tests/security/src/android/security/cts/
DBannedFilesTest.java85 String path = System.getenv("PATH"); in testNoSuInPath()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DReportExporter.java60 String storagePath = System.getenv("EXTERNAL_STORAGE"); in doInBackground()
/cts/tests/tests/text/jni/
Dandroid_text_format_cts_NativeTimeFunctions.cpp44 char* _tzEnv = getenv("TZ"); \
/cts/tools/incremental-cts/
Dincremental_deqp.py646 android_serials = os.getenv('ANDROID_SERIALS')
701 work_dir = os.getenv('TF_WORK_DIR')
/cts/tools/release-parser/tests/resources/
DCtsAslrMallocTestCases32.pb.txt438 name: "getenv"
DCtsJniTestCases.apk.pb.txt5647 name: "getenv"
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteExternalStorageTest.java68 new File(System.getenv("EXTERNAL_STORAGE"), "caek"),