OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FILES
(Results
1 - 14
of
14
) sorted by null
/dalvik/tools/dmtracedump/
dumpdir.sh
3
FILES
=`ls $1/*.data | sed "s/^\\(.*\\).data$/\\1/"`
7
for F in $
FILES
/system/core/init/
grab-bootchart.sh
15
FILES
="header proc_stat.log proc_ps.log proc_diskstats.log kernel_pacct"
17
for f in $
FILES
; do
20
(cd $TMPDIR && tar -czf $TARBALL $
FILES
)
/build/tools/
fixlinebreaks.sh
3
# Convert EOL convention on source
files
from CRLF to LF.
7
FILES
=`find . \( -iname '*.c' -o -iname '*.cpp' -o -iname '*.h' -o -iname '*.mk' -o -iname '*.html' -o -iname '*.css' \) -print`
10
for file in $
FILES
; do
/external/bzip2/
bzdiff
8
# gram on compressed
files
. All options specified are passed
10
# the
files
compared are file1 and an uncompressed file1.gz.
11
# If two
files
are specified, then they are uncompressed (if
23
FILES
=
29
FILES
="$
FILES
$ARG"
36
if test -z "$
FILES
"; then
44
set $
FILES
/external/dhcpcd/mk/
files.mk
1
# Quick and dirty
files
9
${INSTALL} -m ${FILESMODE} ${
FILES
} ${DESTDIR}${FILESDIR}
/external/dhcpcd/dhcpcd-hooks/
Makefile
4
FILES
= ${SYSTEMSCRIPTS} ${HOOKSCRIPTS}
12
include ${MK}/
files
.mk
/external/e2fsprogs/lib/ext2fs/tdb/
build-tdb
11
FILES
="error.c lock.c io.c transaction.c freelist.c \
22
for i in $
FILES
; do
/external/dhcpcd/
Makefile
25
FILES
= dhcpcd.conf
/build/core/
cleanbuild.mk
104
# will notice when the configuration has changed and remove the
files
161
# The
files
/dirs to delete during an installclean. This includes the
166
# Deletes all of the
files
that change between different build types,
193
# The
files
/dirs to delete during a dataclean, which removes any
files
202
dataclean:
FILES
:= $(dataclean_files)
204
$(hide) rm -rf $(
FILES
)
208
installclean:
FILES
:= $(installclean_files)
210
$(hide) rm -rf $(
FILES
)
definitions.mk
36
# Some targets may have multiple
files
listed in the BUILT and INSTALLED
58
# Full paths to all prebuilt
files
that will be copied
62
# Full path to all
files
that are made by some tool
65
# Full path to all asm, C, C++, lex and yacc generated C
files
.
72
# These
files
go into the SDK
75
#
Files
for dalvik. This is often build without building the rest of the OS.
78
# All findbugs xml
files
161
## Find all of the java
files
under the named directories.
163
## SRC_FILES := $(call all-java-
files
-under,src tests)
166
define all-java-
files
-unde
[
all
...]
cleanspec.mk
20
# 2. REMOVE ALL
FILES
NAMED CleanSpec.mk.
32
# a file or delete some intermediate
files
, add a clean step to the end
41
#
files
that are missing or have been moved.
/dalvik/
Android.mk
52
# generate the debug .dex
files
, with a copy in ./dalvik/DEBUG-
FILES
.
53
# We need to rebuild the .dex
files
for the debug output to be generated.
55
# a rebuild of the .dex
files
. If $(DX) doesn't exist yet,
57
# the .dex
files
naturally.
/external/openssl/crypto/des/
FILES0
4
FILES
- This file.
65
/* The perl scripts - you can ignore these
files
they are only
78
* but did not fully finish, these
files
are part of that effort. */
/external/e2fsprogs/lib/ss/
Makefile.in
92
FILES
= $(SRCS) $(MKCMDSFILES) $(HFILES) \
Completed in 1916 milliseconds