Searched refs:ForEachFile (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | AssetsProvider.h | 48 virtual bool ForEachFile(const std::string& path, 92 bool ForEachFile(const std::string& root_path, 134 bool ForEachFile(const std::string& path, 159 bool ForEachFile(const std::string& root_path, 186 bool ForEachFile(const std::string& path,
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | AssetsProvider.cpp | 213 bool ZipAssetsProvider::ForEachFile(const std::string& root_path, in ForEachFile() function in android::ZipAssetsProvider 325 bool DirectoryAssetsProvider::ForEachFile( in ForEachFile() function in android::DirectoryAssetsProvider 375 bool MultiAssetsProvider::ForEachFile(const std::string& root_path, in ForEachFile() function in android::MultiAssetsProvider 378 return primary_->ForEachFile(root_path, f) && secondary_->ForEachFile(root_path, f); in ForEachFile() 413 bool EmptyAssetsProvider::ForEachFile( in ForEachFile() function in android::EmptyAssetsProvider
|
H A D | AssetManager2.cpp | 511 if (!apk_assets->GetAssetsProvider()->ForEachFile(full_path, func)) { in OpenDir()
|
/aosp12/frameworks/base/startop/view_compiler/ |
H A D | apk_layout_compiler.cc | 103 assets->GetAssetsProvider()->ForEachFile("res/", [&](const android::StringPiece& s, in CompileApkAssetsLayouts() 107 assets->GetAssetsProvider()->ForEachFile(path, [&](const android::StringPiece& layout_file, in CompileApkAssetsLayouts()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_content_res_ApkAssets.cpp | 98 bool ForEachFile(const std::string& /* root_path */, in ForEachFile() function in android::LoaderAssetsProvider
|
/aosp12/system/incremental_delivery/incfs/tests/ |
H A D | incfs_test.cpp | 1129 TEST_F(IncFsTest, ForEachFile) { in TEST_F() argument
|