Lines Matching refs:directory
79 # $1: Source directory.
80 # $2: Destination directory.
89 mkdir -p "$DSTDIR" || panic "Cannot create destination directory: $DSTDIR"
93 # $1: Source directory (must be a git checkout).
94 # $2: Destination directory.
104 mkdir -p "$DSTDIR" || panic "Cannot create destination directory: $DSTDIR"
123 # And should unpack to a single directory named 'something/'
154 # Extract the git commit SHA1 of a given directory, and put its value
155 # in a destination variable. If the target directory is not the root
158 # $2: Git directory.
166 panic "Not a Git directory: $GIT_DIR"
249 Use --package-dir=<path> to use another output directory.
273 --package-dir=<path> Change package output directory [$DEFAULT_PKG_DIR].
300 mkdir -p "$PKG_DIR" || panic "Can't create directory: $PKG_DIR"
358 # Default build directory.
361 # Ensure the build directory is removed when the script exits or is
373 # Do some sanity checks to verify that the current source directory
378 log "Found emulator directory: $QEMU_DIR"
382 panic "This directory must be a checkout of \$AOSP/platform/external/qemu!"
386 echo "ERROR: There are unchecked files in the current directory!"
395 panic "Cannot find GoogleTest source directory: $GTEST_DIR"
397 log "Found GoogleTest directory: $GTEST_DIR"
402 panic "Cannot find GPU emulation source directory: $EMUGL_DIR"
404 log "Found GPU emulation directory: $EMUGL_DIR"
422 This directory contains the sources of the Android emulator.
494 This directory contains Android emulator binaries. You can use them directly
517 run mkdir -p "$DST_DIR" || panic "Could not create directory: $DST_DIR"
534 This directory contains prebuilt emulator binaries that were generated by
544 Below is the list of specific commits for each input directory used: