Home
last modified time | relevance | path

Searched defs:openDir (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
DDirectoryWalker.h57 virtual bool openDir(String8 path) { in openDir() function
67 virtual bool openDir(const char* path) { in openDir() function
/frameworks/base/tools/aapt/tests/
DMockDirectoryWalker.h31 virtual bool openDir(String8 path) { in openDir() function
36 virtual bool openDir(const char* path) { in openDir() function
/frameworks/base/libs/androidfw/
DAssetManager.cpp906 AssetDir* AssetManager::openDir(const char* dirName) in openDir() function in AssetManager