Searched defs:findFile (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tools/aapt2/io/ | ||
D | FileSystem.cpp | 65 IFile* FileCollection::findFile(const StringPiece& path) { in findFile() function in aapt::io::FileCollection |
D | ZipArchive.cpp | 123 IFile* ZipFileCollection::findFile(const StringPiece& path) { in findFile() function in aapt::io::ZipFileCollection |
/frameworks/support/v4/java/android/support/v4/provider/ | ||
D | DocumentFile.java | 315 public DocumentFile findFile(String displayName) { in findFile() method in DocumentFile |
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/ | ||
D | DocumentsProviderHelper.java | 224 public @Nullable DocumentInfo findFile(String parentId, String name) in findFile() method in DocumentsProviderHelper |