OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUBDIR
(Results
1 - 11
of
11
) sorted by null
/ndk/build/tools/
build-host-awk.sh
42
SUBDIR
=$(get_prebuilt_host_exec awk)
43
OUT=$NDK_DIR/$
SUBDIR
82
pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$
SUBDIR
"
build-host-toolbox.sh
90
SUBDIR
=$(get_prebuilt_install_prefix windows)/bin
91
DSTDIR=$NDK_DIR/$
SUBDIR
121
pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$
SUBDIR
/echo.exe" "$
SUBDIR
/cmp.exe"
build-host-make.sh
48
SUBDIR
=$(get_prebuilt_host_exec make)
49
OUT=$NDK_DIR/$
SUBDIR
102
pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$
SUBDIR
"
build-host-sed.sh
42
SUBDIR
=$(get_prebuilt_host_exec sed)
79
pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$
SUBDIR
"
build-ndk-stack.sh
104
SUBDIR
=$(get_host_exec_name ndk-stack $HOST_TAG)
106
pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$
SUBDIR
"
build-llvm.sh
172
SUBDIR
=$(get_toolchain_install_subdir $TOOLCHAIN $HOST_TAG)
174
pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$
SUBDIR
"
package-release.sh
271
local
SUBDIR
="$1"
273
echo "Copying: $
SUBDIR
"
274
copy_directory "$
SUBDIR
" "$DSTDIR/$2"
276
echo "Ignored: $
SUBDIR
"
build-gcc.sh
338
SUBDIR
=$(get_toolchain_install_subdir $TOOLCHAIN $HOST_TAG)
340
pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$
SUBDIR
"
/ndk/tests/standalone/
run.sh
235
SUBDIR
=$PROGDIR/$TEST_SUBDIR
236
if probe_test_subdir "$
SUBDIR
"; then
361
SUBDIR
=$PROGDIR/$TEST_SUBDIR
363
if ! probe_test_subdir "$
SUBDIR
"; then
368
cp -RL "$
SUBDIR
"/* "$BUILD_DIR/"
/ndk/tests/
run-tests.sh
487
for
SUBDIR
in `ls -d $DIR/*`; do
488
if is_buildable $
SUBDIR
; then
489
build_sample $
SUBDIR
/external/linux-tools-perf/Documentation/
Makefile
116
QUIET_SUBDIR0 = +$(MAKE) -C # space to separate -C and
subdir
135
QUIET_SUBDIR0 = +@
subdir
=
136
QUIET_SUBDIR1 = ;$(NO_SUBDIR) echo ' '
SUBDIR
$$
subdir
; \
137
$(MAKE) $(PRINT_DIR) -C $$
subdir
Completed in 182 milliseconds