Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetsProvider.h49 virtual bool ForEachFile(const std::string& path,
93 bool ForEachFile(const std::string& root_path,
145 bool ForEachFile(const std::string& path,
170 bool ForEachFile(const std::string& root_path,
197 bool ForEachFile(const std::string& path,
/aosp14/frameworks/base/libs/androidfw/
H A DAssetsProvider.cpp220 bool ZipAssetsProvider::ForEachFile( in ForEachFile() function in android::ZipAssetsProvider
335 bool DirectoryAssetsProvider::ForEachFile( in ForEachFile() function in android::DirectoryAssetsProvider
386 bool MultiAssetsProvider::ForEachFile( in ForEachFile() function in android::MultiAssetsProvider
389 return primary_->ForEachFile(root_path, f) && secondary_->ForEachFile(root_path, f); in ForEachFile()
424 bool EmptyAssetsProvider::ForEachFile( in ForEachFile() function in android::EmptyAssetsProvider
H A DAssetManager2.cpp559 if (!apk_assets->GetAssetsProvider()->ForEachFile(full_path, func)) { in OpenDir()
/aosp14/frameworks/base/startop/view_compiler/
H A Dapk_layout_compiler.cc103 assets->GetAssetsProvider()->ForEachFile("res/", [&](android::StringPiece s, android::FileType) { in CompileApkAssetsLayouts()
107 ->ForEachFile(path, [&](android::StringPiece layout_file, android::FileType) { in CompileApkAssetsLayouts()
/aosp14/frameworks/base/core/jni/
H A Dandroid_content_res_ApkAssets.cpp118 bool ForEachFile(const std::string& /* root_path */, in ForEachFile() function in android::LoaderAssetsProvider