Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DAssetsProvider.h54 virtual bool ForEachFile(const std::string& path,
98 bool ForEachFile(const std::string& root_path,
156 bool ForEachFile(const std::string& path,
181 bool ForEachFile(const std::string& root_path,
208 bool ForEachFile(const std::string& path,
/frameworks/base/libs/androidfw/
DAssetsProvider.cpp243 bool ZipAssetsProvider::ForEachFile( in ForEachFile() function in android::ZipAssetsProvider
353 bool DirectoryAssetsProvider::ForEachFile( in ForEachFile() function in android::DirectoryAssetsProvider
398 bool MultiAssetsProvider::ForEachFile( in ForEachFile() function in android::MultiAssetsProvider
401 return primary_->ForEachFile(root_path, f) && secondary_->ForEachFile(root_path, f); in ForEachFile()
436 bool EmptyAssetsProvider::ForEachFile( in ForEachFile() function in android::EmptyAssetsProvider
DAssetManager2.cpp671 if (!apk_assets->GetAssetsProvider()->ForEachFile(full_path, func)) { in OpenDir()
/frameworks/base/core/jni/
Dandroid_content_res_ApkAssets.cpp118 bool ForEachFile(const std::string& /* root_path */, in ForEachFile() function in android::LoaderAssetsProvider