Searched refs:ANDROID_PRODUCT_OUT (Results 1 - 4 of 4) sorted by relevance

/system/bt/test/
H A Drun_unit_tests.sh26 adb push {$ANDROID_PRODUCT_OUT,}/data/nativetest/$name/$name
/system/extras/tests/bionic/libc/
H A Drun-test.sh75 if [ -z "$ANDROID_PRODUCT_OUT" ] ; then
76 echo "ERROR: ANDROID_PRODUCT_OUT not defined. Please run the 'lunch' command"
80 if [ ! -f "$ANDROID_PRODUCT_OUT/system.img" ] ; then
81 echo "ERROR: Missing file: $ANDROID_PRODUCT_OUT/system.img"
86 EXEC_ROOT_PATH="$ANDROID_PRODUCT_OUT/obj/EXECUTABLES"
/system/media/camera/docs/
H A Dmetadata-generate38 outdir="$ANDROID_PRODUCT_OUT/obj/ETC/system-media-camera-docs_intermediates"
/system/core/adb/
H A Dcommandline.cpp60 "use -p or define ANDROID_PRODUCT_OUT\n");
89 " If -p is not specified, the ANDROID_PRODUCT_OUT\n"
844 * - A relative path from the CWD to the ANDROID_PRODUCT_OUT dir
850 * ANDROID_PRODUCT_OUT dir.
967 char* ANDROID_PRODUCT_OUT = getenv("ANDROID_PRODUCT_OUT"); local
968 if (ANDROID_PRODUCT_OUT != nullptr) {
969 gProductOutPath = ANDROID_PRODUCT_OUT;

Completed in 87 milliseconds