OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_DIR
(Results
1 - 6
of
6
) 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/minigbm/cros_gralloc/gralloc0/tests/
Makefile
13
OBJECTS = $(addprefix $(
TARGET_DIR
), $(notdir $(OBJS)))
14
BINARY = $(addprefix $(
TARGET_DIR
), $(GRALLOCTEST))
29
$(
TARGET_DIR
)%.o: %.c
/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
/external/minigbm/cros_gralloc/
Makefile
26
OBJECTS = $(addprefix $(
TARGET_DIR
), $(notdir $(OBJS)))
27
LIBRARY = $(addprefix $(
TARGET_DIR
), $(GRALLOC))
42
$(
TARGET_DIR
)%.o: %.cc
45
$(
TARGET_DIR
)%.o: %.c
/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
77
TARGET_DIR
="${DIR}/tensorflow-android/target"
78
mkdir -p "${
TARGET_DIR
}"
82
--dir "${
TARGET_DIR
}"
Completed in 3738 milliseconds