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/
143 $(ACP) -fv $(VMTESTS_INTERMEDIATES)/android.core.vm-tests.jar $(PRIVATE_DIR)/repository/testcases/android.core.vm-tests.jar
154 $(hide) $(cts_tools_src_dir)/utils/buildCts.py cts/tests/tests/ $(PRIVATE_DIR) $(TMP_DIR)
    [all...]
  /build/core/
Makefile 404 $(1) $(2) $(4)/hash-timestamp: PRIVATE_DIR := $(4)
407 $$(hide) rm -rf $$@ $$(PRIVATE_DIR)/hash
408 $$(hide) mkdir -p $$(PRIVATE_DIR)/hash
409 $$(hide) for file in $$$$(find $$(PRIVATE_DIR)/src -type f); do \
411 hashfile=$$(PRIVATE_DIR)/hash/$$$$hash; \
419 $$(hide) find $$(PRIVATE_DIR)/hash -type f | xargs cat | sort | \
420 sed -e "s:$$(PRIVATE_DIR)/src\(.*\)\.txt: \1:" >> $$@
424 $$(hide) for hashfile in $$$$(find $$(PRIVATE_DIR)/hash -type f); do \
429 sed -e "s:$$(PRIVATE_DIR)/src\(.*\)\.txt: \1:" >> \
453 $$(hide) for hashfile in $$$$(find $$(PRIVATE_DIR)/hash -type f); do
    [all...]

Completed in 39 milliseconds