OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIVATE_DIR
(Results
1 - 3
of
3
) sorted by null
/ndk/build/core/
build-module.mk
64
$(NDK_APP_GDBSETUP)::
PRIVATE_DIR
:= $(LOCAL_PATH)
66
@echo "Gdbsetup : + source directory $(
PRIVATE_DIR
)"
67
$(hide) echo "directory $(
PRIVATE_DIR
)" >> $(PRIVATE_DST)
/build/core/tasks/
cts.mk
105
DEFAULT_TEST_PLAN := $(
PRIVATE_DIR
)/resource/plans
113
@mkdir -p $(
PRIVATE_DIR
)/docs
114
@mkdir -p $(
PRIVATE_DIR
)/tools
115
@mkdir -p $(
PRIVATE_DIR
)/repository/testcases
116
@mkdir -p $(
PRIVATE_DIR
)/repository/plans
118
$(hide) $(ACP) -fp $(CTS_HOST_JAR) $(
PRIVATE_DIR
)/tools
119
$(hide) $(ACP) -fp $(CTS_EXECUTABLE_PATH) $(
PRIVATE_DIR
)/tools
121
$(hide) $(ACP) -fp $(PRIVATE_JUNIT_HOST_JAR) $(
PRIVATE_DIR
)/tools
123
$(hide) $(ACP) -fp $(HOSTTESTLIB_JAR) $(
PRIVATE_DIR
)/tools
125
$(hide) chmod ug+rwX $(
PRIVATE_DIR
)/tools/$(notdir $(CTS_EXECUTABLE_PATH)
[
all
...]
/build/core/
Makefile
375
$(1) $(2) $(4)/hash-timestamp:
PRIVATE_DIR
:= $(4)
378
$$(hide) rm -rf $$@ $$(
PRIVATE_DIR
)/hash
379
$$(hide) mkdir -p $$(
PRIVATE_DIR
)/hash
380
$$(hide) for file in $$$$(find $$(
PRIVATE_DIR
)/src -type f); do \
382
hashfile=$$(
PRIVATE_DIR
)/hash/$$$$hash; \
390
$$(hide) find $$(
PRIVATE_DIR
)/hash -type f | xargs cat | sort | \
391
sed -e "s:$$(
PRIVATE_DIR
)/src\(.*\)\.txt: \1:" >> $$@
395
$$(hide) for hashfile in $$$$(find $$(
PRIVATE_DIR
)/hash -type f); do \
400
sed -e "s:$$(
PRIVATE_DIR
)/src\(.*\)\.txt: \1:" >> \
424
$$(hide) for hashfile in $$$$(find $$(
PRIVATE_DIR
)/hash -type f); do
[
all
...]
Completed in 17 milliseconds