HomeSort by relevance Sort by last modified time
    Searched defs:FILES (Results 1 - 5 of 5) sorted by null

  /external/dhcpcd/dhcpcd-hooks/
Makefile 4 FILES= ${SYSTEMSCRIPTS} ${HOOKSCRIPTS}
12 include ${MK}/files.mk
  /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)
  /external/chromium/base/
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...]
  /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);

Completed in 30 milliseconds