Searched refs:removeFile (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/drm/java/android/drm/
H A DDrmUtils.java78 /* package */ static void removeFile(String path) throws IOException { method in class:DrmUtils
H A DDrmManagerClient.java206 DrmUtils.removeFile(message);
/frameworks/base/tools/aapt/
H A DAaptAssets.h239 void removeFile(size_t index);
272 void removeFile(const String8& name);
H A DAaptAssets.cpp1646 void AaptGroup::removeFile(size_t index) function in class:AaptGroup
1724 void AaptDir::removeFile(const String8& name) function in class:AaptDir
2348 dir->removeFile(entryName.getPathLeaf());
2472 grp->removeFile(k);
2517 grp->removeFile(k);
H A DResource.cpp636 baseGroup->removeFile(baseFileIndex);

Completed in 246 milliseconds