OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_DIR
(Results
1 - 5
of
5
) sorted by null
/external/autotest/site_utils/admin/scripts/
cli2hbs.sh
19
TARGET_DIR
="/home/build/static/projects-rw/chromeos/autotest.${DATESTAMP}"
21
cp -fpruv ${AUTOTEST_DIR}/cli ${
TARGET_DIR
}
23
mkdir -p ${
TARGET_DIR
}/client
24
touch ${
TARGET_DIR
}/client/__init__.py
25
cp -uv ${AUTOTEST_DIR}/client/setup_modules.py ${
TARGET_DIR
}/client
26
cp -uv ${AUTOTEST_TOOLS_DIR}/autotest/global_config.ini ${
TARGET_DIR
}/client
27
cp -fpruv ${AUTOTEST_DIR}/client/common_lib ${
TARGET_DIR
}/client
29
mkdir -p ${
TARGET_DIR
}/frontend/afe
30
touch ${
TARGET_DIR
}/frontend/__init__.py
31
touch ${
TARGET_DIR
}/frontend/afe/__init__.p
[
all
...]
/external/libcups/
update_libcups.sh
10
TARGET_DIR
=$(realpath $(dirname "$0"))
11
echo "== Updating $
TARGET_DIR
from $SRC_REPO =="
15
cd $
TARGET_DIR
48
cd $
TARGET_DIR
/prebuilts/maven_repo/bumptech/
update_repo.sh
6
TARGET_DIR
=`pwd`
26
$
TARGET_DIR
/com/github/bumptech/glide/annotation/SNAPSHOT/annotation-SNAPSHOT.jar
28
$
TARGET_DIR
/com/github/bumptech/glide/annotation/SNAPSHOT/annotation-SNAPSHOT-sources.jar
30
$
TARGET_DIR
/com/github/bumptech/glide/compiler/SNAPSHOT/compiler-SNAPSHOT.jar
32
$
TARGET_DIR
/com/github/bumptech/glide/compiler/SNAPSHOT/compiler-SNAPSHOT-sources.jar
34
$
TARGET_DIR
/com/github/bumptech/glide/glide/SNAPSHOT/glide-SNAPSHOT.jar
36
$
TARGET_DIR
/com/github/bumptech/glide/glide/SNAPSHOT/glide-SNAPSHOT-sources.jar
38
$
TARGET_DIR
/com/github/bumptech/glide/disklrucache/SNAPSHOT/disklrucache-SNAPSHOT.jar
40
$
TARGET_DIR
/com/github/bumptech/glide/disklrucache/SNAPSHOT/disklrucache-SNAPSHOT-sources.jar
42
$
TARGET_DIR
/com/github/bumptech/glide/gifdecoder/SNAPSHOT/gifdecoder-SNAPSHOT.ja
[
all
...]
/external/tensorflow/tensorflow/tools/ci_build/builds/
android_full.sh
21
TARGET_DIR
=${OUT_DIR}/native/$(basename $FILE)/${CPU}
22
mkdir -p ${
TARGET_DIR
}
23
echo "Copying ${FILE} to ${
TARGET_DIR
}"
24
cp ${FILE} ${
TARGET_DIR
}
/external/tensorflow/tensorflow/java/maven/
run_inside_container.sh
84
TARGET_DIR
="${DIR}/tensorflow-android/target"
85
mkdir -p "${
TARGET_DIR
}"
89
--dir "${
TARGET_DIR
}"
Completed in 467 milliseconds