HomeSort by relevance Sort by last modified time
    Searched refs:deleteFile (Results 1 - 25 of 66) sorted by null

1 2 3

  /frameworks/base/tools/aapt/tests/
MockCacheUpdater.h 25 virtual void deleteFile(String8 path) {
  /frameworks/base/tools/aapt/
CacheUpdater.h 26 * To remove a file from the cache, call deleteFile
34 virtual void deleteFile(String8 path) = 0;
89 virtual void deleteFile(String8 path)
CrunchCache.cpp 67 cu->deleteFile(mDestFiles.keyAt(0));
  /external/webkit/Source/WebCore/platform/chromium/
FileSystemChromium.cpp 40 bool deleteFile(const String& path)
42 return PlatformBridge::deleteFile(path);
  /cts/libs/util/src/android/provider/cts/
FileCopyHelper.java 97 mContext.deleteFile(path);
  /external/chromium/webkit/glue/
webfileutilities_impl.h 21 virtual bool deleteFile(const WebKit::WebString& path);
webfileutilities_impl.cc 36 bool WebFileUtilitiesImpl::deleteFile(const WebString& path) {
  /external/webkit/Source/WebCore/platform/sql/
SQLiteFileSystem.cpp 118 return deleteFile(fileName);
  /external/webkit/Source/WebKit/chromium/public/
WebFileUtilities.h 53 virtual bool deleteFile(const WebString& path) { return false; }
  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptor_AutoCloseOutputStreamTest.java 47 getContext().deleteFile(FILE_NAME);
AssetFileDescriptorTest.java 66 getContext().deleteFile(FILE_NAME);
  /frameworks/av/media/mtp/
MtpDatabase.h 94 virtual MtpResponseCode deleteFile(MtpObjectHandle handle) = 0;
  /packages/apps/CertInstaller/src/com/android/certinstaller/
Util.java 91 static boolean deleteFile(File file) {
CertFile.java 73 && (mCertFile == null || Util.deleteFile(mCertFile)));
  /frameworks/base/test-runner/src/android/test/
RenamingDelegatingContext.java 206 public boolean deleteFile(String name) {
209 return mFileContext.deleteFile(renamedFileName(name));
  /external/webkit/Source/WebCore/plugins/
PluginDatabase.cpp 552 deleteFile(absoluteCachePath);
575 deleteFile(absoluteCachePath);
617 deleteFile(absoluteCachePath);
634 deleteFile(absoluteCachePath);
647 deleteFile(absoluteCachePath);
  /external/webkit/Source/WebCore/platform/
FileSystem.h 163 bool deleteFile(const String&);
  /external/webkit/Source/WebCore/platform/qt/
FileSystemQt.cpp 52 bool deleteFile(const String& path)
  /external/webkit/Source/WebCore/platform/wx/
FileSystemWx.cpp 57 bool deleteFile(const String& path)
  /frameworks/base/core/java/android/content/
ContextWrapper.java 169 public boolean deleteFile(String name) {
170 return mBase.deleteFile(name);
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerTestApp.java 130 mContext.deleteFile(DOWNLOAD_STARTED_FLAG);
186 mContext.deleteFile(DOWNLOAD_STARTED_FLAG);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 498 final boolean deleteFile) {
537 } else if (deleteFile) {
  /external/webkit/Source/WebCore/platform/brew/
FileSystemBrew.cpp 74 bool deleteFile(const String& path)
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 90 bool deleteFile(const String& path)
  /external/webkit/Source/WebCore/platform/posix/
FileSystemPOSIX.cpp 61 bool deleteFile(const String& path)

Completed in 4180 milliseconds

1 2 3