Searched defs:ANDROID_DATA (Results 1 - 3 of 3) sorted by relevance

/bionic/benchmarks/
H A DAndroid.mk74 ANDROID_DATA=$(TARGET_OUT_DATA) \ macro
/bionic/tests/
H A Dsystem_properties_test.cpp32 const char* ANDROID_DATA = getenv("ANDROID_DATA"); local
34 snprintf(dir_template, sizeof(dir_template), "%s/local/tmp/prop-XXXXXX", ANDROID_DATA);
H A DAndroid.mk326 # gtest needs ANDROID_DATA/local/tmp for death test output.
327 # Make sure to create ANDROID_DATA/local/tmp if doesn't exist.
328 # Use the current target out directory as ANDROID_DATA.
332 ANDROID_DATA=$(TARGET_OUT_DATA) \
341 # gtest needs ANDROID_DATA/local/tmp for death test output.
342 # Make sure to create ANDROID_DATA/local/tmp if doesn't exist.
343 # bionic itself should always work relative to ANDROID_DATA or ANDROID_ROOT.
353 ANDROID_DATA=$(TARGET_OUT_DATA) \ macro

Completed in 362 milliseconds