HomeSort by relevance Sort by last modified time
    Searched full:cleanupfile (Results 1 - 7 of 7) sorted by null

  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
CharsetProviderTest.java 84 private void cleanupFile(String path) throws Exception {
153 cleanupFile(CONFIG_FILE1);
172 cleanupFile(CONFIG_FILE1);
191 cleanupFile(CONFIG_FILE1);
209 cleanupFile(CONFIG_FILE1);
228 cleanupFile(CONFIG_FILE1);
247 cleanupFile(CONFIG_FILE1);
306 cleanupFile(CONFIG_FILE1);
325 cleanupFile(CONFIG_FILE1);
345 cleanupFile(CONFIG_FILE1)
    [all...]
  /bionic/libc/kernel/tools/
clean_header.py 10 def cleanupFile( path, original_path):
127 dst_path, newdata = cleanupFile(path,kernel_original_path)
137 dst_path, newdata = cleanupFile(path,kernel_original_path)
update_all.py 68 dst_path, newdata = clean_header.cleanupFile(path, original_dir)
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 88 cleanupFile(file);
126 cleanupFile(file);
221 cleanupFile(file);
227 private void cleanupFile(File file) {
238 cleanupFile(getFileForPhotoFileId(id));
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 139 assertTrue(cleanUpFile(tmpSaveFile));
193 assertTrue(cleanUpFile(tmpSaveFile));
250 assertTrue(cleanUpFile(tmpSaveFile));
352 private boolean cleanUpFile(File file) {
  /external/clang/tools/scan-build/
c++-analyzer 63 my $CleanupFile;
71 if (defined $CleanupFile) {
72 `rm -f $CleanupFile`;
661 $CleanupFile = $f;
ccc-analyzer 63 my $CleanupFile;
71 if (defined $CleanupFile) {
72 `rm -f $CleanupFile`;
661 $CleanupFile = $f;

Completed in 132 milliseconds