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

  /build/core/tasks/
cts.mk 57 $(hide) mkdir -p $(PRIVATE_DIR)/docs
58 $(hide) mkdir -p $(PRIVATE_DIR)/tools
59 $(hide) mkdir -p $(PRIVATE_DIR)/repository/testcases
60 $(hide) mkdir -p $(PRIVATE_DIR)/repository/plans
62 $(hide) $(ACP) -fp $(CTS_HOST_JAR) $(CTS_EXECUTABLE_PATH) $(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
64 $(hide) chmod ug+rwX $(PRIVATE_DIR)/tools/$(notdir $(CTS_EXECUTABLE_PATH))
68 $(hide) $(ACP) -fp $(cts_tools_src_dir)/utils/host_config.xml $(PRIVATE_DIR)/repository/
149 $(ACP) -fv $(VMTESTS_INTERMEDIATES)/android.core.vm-tests.jar $(PRIVATE_DIR)/repository/testcases/android.core.vm-tests.jar
170 $(ACP) -fv $(VMTESTSTF_INTERMEDIATES)/android.core.vm-tests-tf.jar $(PRIVATE_DIR)/repository/testcases/android.core.vm-tests-tf.jar
182 $(hide) $(cts_tools_src_dir)/utils/buildCts.py cts/tests/tests/ $(PRIVATE_DIR) $(TMP_DIR)
    [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 18 milliseconds