Home
last modified time | relevance | path

Searched defs:findFile (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/io/
DFileSystem.cpp65 IFile* FileCollection::findFile(const StringPiece& path) { in findFile() function in aapt::io::FileCollection
DZipArchive.cpp123 IFile* ZipFileCollection::findFile(const StringPiece& path) { in findFile() function in aapt::io::ZipFileCollection
/frameworks/support/v4/java/android/support/v4/provider/
DDocumentFile.java315 public DocumentFile findFile(String displayName) { in findFile() method in DocumentFile
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DDocumentsProviderHelper.java224 public @Nullable DocumentInfo findFile(String parentId, String name) in findFile() method in DocumentsProviderHelper