HomeSort by relevance Sort by last modified time
    Searched refs:ROOT_DIR (Results 1 - 13 of 13) sorted by null

  /prebuilts/sdk/
update_current.sh 27 cd $ROOT_DIR/current
37 cp -f $SYSTEM_SDK $ROOT_DIR/system_current/android.jar
45 rm -rf $ROOT_DIR/current/support/
46 cd $ROOT_DIR/current
107 ROOT_DIR=$(realpath $(dirname $0))
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.mk 9 CFLAGS += -I$(ROOT_DIR)/system/src/openmax_il/omx_core/src -I$(TOP_DIR)/inc/
  /external/google-breakpad/src/tools/python/tests/
filter_syms_unittest.py 40 ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
41 sys.path.insert(0, os.path.join(ROOT_DIR, '..'))
  /external/vboot_reference/tests/
common.sh 10 ROOT_DIR="$(dirname ${SCRIPT_DIR})"
gen_preamble_testdata.sh 18 . "${ROOT_DIR}/scripts/keygeneration/common.sh"
run_vbutil_kernel_arg_tests.sh 15 DEVKEYS="${ROOT_DIR}/tests/devkeys"
  /hardware/qcom/media/mm-video-v4l2/vidc/
vdec.mk 3 ROOT_DIR := $(call my-dir)
4 OMX_VIDEO_PATH := $(ROOT_DIR)/..
7 LOCAL_PATH:= $(ROOT_DIR)
94 LOCAL_PATH:= $(ROOT_DIR)
148 LOCAL_PATH:= $(ROOT_DIR)
venc.mk 3 ROOT_DIR := $(call my-dir)
6 LOCAL_PATH:= $(ROOT_DIR)
  /hardware/qcom/media/mm-video-legacy/vidc/
vdec.mk 3 ROOT_DIR := $(call my-dir)
6 LOCAL_PATH:= $(ROOT_DIR)
52 LOCAL_PATH:= $(ROOT_DIR)
venc.mk 3 ROOT_DIR := $(call my-dir)
6 LOCAL_PATH:= $(ROOT_DIR)
  /frameworks/base/core/java/android/app/backup/
FullBackup.java 202 private final File ROOT_DIR;
222 return ROOT_DIR.getCanonicalPath();
262 ROOT_DIR = new File(context.getApplicationInfo().dataDir);
530 return ROOT_DIR;
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 79 public static final String ROOT_DIR = "/sdcard/mediadump/";
139 File dump_dir = new File(VideoDumpConfig.ROOT_DIR);
145 File image_list = new File(VideoDumpConfig.ROOT_DIR
448 String filename = VideoDumpConfig.ROOT_DIR + VideoDumpConfig.IMAGE_PREFIX
504 prop.storeToXML(new FileOutputStream(VideoDumpConfig.ROOT_DIR
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
FakeFtpServerIntegrationTest.groovy 48 static final ROOT_DIR = "c:/"
49 static final HOME_DIR = p(ROOT_DIR, "home")
117 assert p(ftpClient.printWorkingDirectory()) == p(ROOT_DIR)

Completed in 801 milliseconds