HomeSort by relevance Sort by last modified time
    Searched refs:FILES (Results 1 - 23 of 23) 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/chromium/net/disk_cache/
cache_util_posix.cc 21 file_util::FileEnumerator::FILES);
block_files_unittest.cc 16 // Returns the number of files in this folder.
18 file_util::FileEnumerator iter(path, false, file_util::FileEnumerator::FILES);
35 BlockFiles files(path);
36 ASSERT_TRUE(files.Init(true));
41 // Fill up the 32-byte block file (use three files).
43 EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[i]));
47 // Make sure we don't keep adding files.
50 files.DeleteBlock(address[target], false);
51 EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[target]));
56 // We should be able to delete empty block files
    [all...]
  /external/dhcpcd/
Makefile 25 FILES= dhcpcd.conf
  /external/chromium/base/test/
test_file_util_posix.cc 52 static_cast<FileEnumerator::FILE_TYPE>(FileEnumerator::FILES |
  /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)
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.
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...]
  /dalvik/
Android.mk 51 # generate the debug .dex files, with a copy in ./dalvik/DEBUG-FILES.
52 # We need to rebuild the .dex files for the debug output to be generated.
54 # a rebuild of the .dex files. If $(DX) doesn't exist yet,
56 # 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/chromium/net/base/
directory_lister.cc 111 file_util::FileEnumerator::FILES |
  /external/chromium/base/
file_util_posix.cc 107 // means that files which are newer than |comparison_time| may
117 // all, we may have to accept either of the two issues: 1. files
119 // (current implementation) 2. files newer than
151 FileEnumerator::FILES | FileEnumerator::DIRECTORIES |
175 // must be the same type, either both files, or both directories.
237 static_cast<FileEnumerator::FILE_TYPE>(FileEnumerator::FILES |
619 (!S_ISDIR(i->stat.st_mode) && (file_type_ & FILES)))
file_util.h 149 // temporary files. On Windows it preserves attributes of the target file.
158 // If there are files existing under to_path, always overwrite.
191 // Returns true if the contents of the two files given are equal, false
196 // Returns true if the contents of the two text files given are equal, false
269 // Get a temporary directory for shared memory files.
282 // Like above but for shmem files. Only useful for POSIX.
397 // A class for enumerating the files in a provided path. The order of the
414 FILES = 1 << 0,
427 // files in one directory will be returned before any files in
    [all...]
file_util_win.cc 50 // All files in given dir
112 // analyzing all our usage of files.
146 // analyzing all our usage of files.
158 // analyzing all our usage of files.
418 FileEnumerator files(FilePath(dir_path), false,
420 FileEnumerator::FILES | FileEnumerator::DIRECTORIES));
421 if (files.Next().value().empty())
786 // the next one in the queue. We applied the pattern (if any) to the files
788 // matched, we want to enumerate all files inside them. This will happen
811 return (file_type_ & FileEnumerator::FILES) ? cur_file : Next()
    [all...]
file_util_unittest.cc 36 file_util::FileEnumerator::FILES |
348 // Delete new file, we should see no files after cutoff now
    [all...]
  /external/chromium/net/tools/dump_cache/
dump_files.cc 5 // Performs basic inspection of the disk cache files with minimal disruption
6 // to the actual files (they still may change if an error is detected on the
7 // files).
105 // Simple class that interacts with the set of cache files.
119 // Loads a specific block from the block files.
136 printf("Unable to init block files\n");
277 // Dumps the headers of all files.
286 file_util::FileEnumerator::FILES, pattern);
  /external/e2fsprogs/lib/ss/
Makefile.in 92 FILES= $(SRCS) $(MKCMDSFILES) $(HFILES) \

Completed in 747 milliseconds