Home
last modified time | relevance | path

Searched refs:ForEachFile (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DApkAssets.h42 bool ForEachFile(const std::string& path,
/frameworks/base/libs/androidfw/
DApkAssets.cpp130 bool ApkAssets::ForEachFile(const std::string& root_path, in ForEachFile() function in android::ApkAssets
DAssetManager2.cpp221 if (!apk_assets->ForEachFile(full_path, func)) { in OpenDir()