OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIVATE_DIR
(Results
1 - 2
of
2
) sorted by null
/build/core/tasks/
cts.mk
49
$(hide) mkdir -p $(
PRIVATE_DIR
)/docs
50
$(hide) mkdir -p $(
PRIVATE_DIR
)/tools
51
$(hide) mkdir -p $(
PRIVATE_DIR
)/repository/testcases
52
$(hide) mkdir -p $(
PRIVATE_DIR
)/repository/plans
54
$(hide) $(ACP) -fp $(DDMLIB_JAR) $(PRIVATE_JUNIT_HOST_JAR) $(HOSTTESTLIB_JAR) $(CTS_HOST_LIBRARY_JARS) $(TF_JAR) $(CTS_TF_JAR) $(CTS_TF_EXEC_PATH) $(CTS_TF_README_PATH) $(
PRIVATE_DIR
)/tools
138
$(ACP) -fv $(VMTESTS_INTERMEDIATES)/android.core.vm-tests.jar $(
PRIVATE_DIR
)/repository/testcases/android.core.vm-tests.jar
159
$(ACP) -fv $(VMTESTSTF_INTERMEDIATES)/android.core.vm-tests-tf.jar $(
PRIVATE_DIR
)/repository/testcases/android.core.vm-tests-tf.jar
171
$(hide) $(cts_tools_src_dir)/utils/buildCts.py cts/tests/tests/ $(
PRIVATE_DIR
) $(TMP_DIR) \
181
$(INTERNAL_CTS_TARGET):
PRIVATE_DIR
:= $(cts_dir)/$(cts_name)
194
$(
PRIVATE_DIR
)/repository/testcases/$(1).ap
[
all
...]
/build/core/
Makefile
435
$(1) $(2) $(4)/hash-timestamp:
PRIVATE_DIR
:= $(4)
438
$$(hide) rm -rf $$@ $$(
PRIVATE_DIR
)/hash
439
$$(hide) mkdir -p $$(
PRIVATE_DIR
)/hash
440
$$(hide) for file in $$$$(find $$(
PRIVATE_DIR
)/src -type f); do \
442
hashfile=$$(
PRIVATE_DIR
)/hash/$$$$hash; \
450
$$(hide) find $$(
PRIVATE_DIR
)/hash -type f | xargs cat | sort | \
451
sed -e "s:$$(
PRIVATE_DIR
)/src\(.*\)\.txt: \1:" >> $$@
455
$$(hide) for hashfile in $$$$(find $$(
PRIVATE_DIR
)/hash -type f); do \
460
sed -e "s:$$(
PRIVATE_DIR
)/src\(.*\)\.txt: \1:" >> \
484
$$(hide) for hashfile in $$$$(find $$(
PRIVATE_DIR
)/hash -type f); do
[
all
...]
Completed in 50 milliseconds