Searched refs:scanDirLocked (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/include/androidfw/
H A DAssetManager.h269 SortedVector<AssetDir::FileInfo>* scanDirLocked(const String8& path);
/frameworks/native/services/inputflinger/
H A DEventHub.h393 status_t scanDirLocked(const char *dirname);
H A DEventHub.cpp1037 status_t res = scanDirLocked(DEVICE_PATH);
1642 status_t EventHub::scanDirLocked(const char *dirname) function in class:android::EventHub
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1369 pContents = scanDirLocked(path);
1432 SortedVector<AssetDir::FileInfo>* AssetManager::scanDirLocked(const String8& path) function in class:AssetManager
1792 pContents = scanDirLocked(fullPath);

Completed in 1556 milliseconds