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 44 DEFAULT_TEST_PLAN := $(PRIVATE_DIR)/resource/plans
53 @mkdir -p $(PRIVATE_DIR)/docs
54 @mkdir -p $(PRIVATE_DIR)/tools
55 @mkdir -p $(PRIVATE_DIR)/repository/testcases
56 @mkdir -p $(PRIVATE_DIR)/repository/plans
58 $(hide) $(ACP) -fp $(CTS_HOST_JAR) $(CTS_EXECUTABLE_PATH) $(DDMLIB_JAR) $(PRIVATE_JUNIT_HOST_JAR) $(HOSTTESTLIB_JAR) $(CTS_HOST_LIBRARY_JARS) $(PRIVATE_DIR)/tools
60 $(hide) chmod ug+rwX $(PRIVATE_DIR)/tools/$(notdir $(CTS_EXECUTABLE_PATH))
64 $(hide) $(ACP) -fp $(cts_tools_src_dir)/utils/host_config.xml $(PRIVATE_DIR)/repository/
144 $(ACP) -fv $(VMTESTS_INTERMEDIATES)/android.core.vm-tests.jar $(PRIVATE_DIR)/repository/testcases/android.core.vm-tests.jar
155 $(hide) $(cts_tools_src_dir)/utils/buildCts.py cts/tests/tests/ $(PRIVATE_DIR) $(TMP_DIR)
    [all...]
  /build/core/
Makefile 410 $(1) $(2) $(4)/hash-timestamp: PRIVATE_DIR := $(4)
413 $$(hide) rm -rf $$@ $$(PRIVATE_DIR)/hash
414 $$(hide) mkdir -p $$(PRIVATE_DIR)/hash
415 $$(hide) for file in $$$$(find $$(PRIVATE_DIR)/src -type f); do \
417 hashfile=$$(PRIVATE_DIR)/hash/$$$$hash; \
425 $$(hide) find $$(PRIVATE_DIR)/hash -type f | xargs cat | sort | \
426 sed -e "s:$$(PRIVATE_DIR)/src\(.*\)\.txt: \1:" >> $$@
430 $$(hide) for hashfile in $$$$(find $$(PRIVATE_DIR)/hash -type f); do \
435 sed -e "s:$$(PRIVATE_DIR)/src\(.*\)\.txt: \1:" >> \
459 $$(hide) for hashfile in $$$$(find $$(PRIVATE_DIR)/hash -type f); do
    [all...]

Completed in 1086 milliseconds