Searched refs:ForEachFile (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | AssetsProvider.h | 49 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 D | AssetsProvider.cpp | 220 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 D | AssetManager2.cpp | 559 if (!apk_assets->GetAssetsProvider()->ForEachFile(full_path, func)) { in OpenDir()
|
/aosp14/frameworks/base/startop/view_compiler/ |
H A D | apk_layout_compiler.cc | 103 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 D | android_content_res_ApkAssets.cpp | 118 bool ForEachFile(const std::string& /* root_path */, in ForEachFile() function in android::LoaderAssetsProvider
|