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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 91 cleanupFile(file);
129 cleanupFile(file);
224 cleanupFile(file);
230 private void cleanupFile(File file) {
241 cleanupFile(getFileForPhotoFileId(id));
  /external/clang/lib/Driver/
Compilation.cpp 70 bool Compilation::CleanupFile(const char *File, bool IssueErrors) const {
105 Success &= CleanupFile(*it, IssueErrors);
120 Success &= CleanupFile(it->second, IssueErrors);
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 137 assertTrue(cleanUpFile(tmpSaveFile));
191 assertTrue(cleanUpFile(tmpSaveFile));
249 assertTrue(cleanUpFile(tmpSaveFile));
340 private boolean cleanUpFile(File file) {
  /external/clang/include/clang/Driver/
Compilation.h 138 /// CleanupFile - Delete a given file.
142 bool CleanupFile(const char *File, bool IssueErrors = false) const;
  /bionic/libc/kernel/tools/
clean_header.py 83 def cleanupFile(path, original_path):
214 dst_path, newdata = cleanupFile(path,kernel_original_path)
224 dst_path, newdata = cleanupFile(path,kernel_original_path)
update_all.py 74 dst_path, newdata = clean_header.cleanupFile(path, original_dir)
  /external/clang/tools/scan-build/
ccc-analyzer 68 my $CleanupFile;
76 if (defined $CleanupFile) {
77 unlink($CleanupFile);
694 $CleanupFile = $f;
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 68 my $CleanupFile;
76 if (defined $CleanupFile) {
77 `rm -f $CleanupFile`;
686 $CleanupFile = $f;
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 68 my $CleanupFile;
76 if (defined $CleanupFile) {
77 `rm -f $CleanupFile`;
686 $CleanupFile = $f;

Completed in 298 milliseconds