Searched refs:openDir (Results 1 – 6 of 6) sorted by relevance
29 virtual bool openDir(String8 path) = 0;30 virtual bool openDir(const char* path) = 0;58 virtual bool openDir(String8 path) { in openDir() function68 virtual bool openDir(const char* path) { in openDir() function70 openDir(p); in openDir()
48 if (!dw->openDir(basePath)) { in findFiles()
31 virtual bool openDir(String8 path) { in openDir() function36 virtual bool openDir(const char* path) { in openDir() function38 openDir(p); in openDir()
173 AssetDir* openDir(const char* dirName);
294 static auto openDir(const char* dir) { in openDir() function301 static auto openDir(std::string_view dir) { in openDir() function302 return openDir(path::c_str(dir)); in openDir()306 auto dir = openDir(path); in rmDirContent()1532 auto d = openDir(root); in adoptMountedInstances()1651 auto dir = openDir(mIncrementalDir); in mountExistingImages()1726 auto d = openDir(mountTarget); in mountExistingImage()
967 AssetDir* AssetManager::openDir(const char* dirName) in openDir() function in AssetManager