Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetsProvider.h48 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 DAssetsProvider.cpp213 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 DAssetManager2.cpp511 if (!apk_assets->GetAssetsProvider()->ForEachFile(full_path, func)) { in OpenDir()
/aosp12/frameworks/base/startop/view_compiler/
H A Dapk_layout_compiler.cc103 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 Dandroid_content_res_ApkAssets.cpp98 bool ForEachFile(const std::string& /* root_path */, in ForEachFile() function in android::LoaderAssetsProvider
/aosp12/system/incremental_delivery/incfs/tests/
H A Dincfs_test.cpp1129 TEST_F(IncFsTest, ForEachFile) { in TEST_F() argument