Home
last modified time | relevance | path

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

/frameworks/base/startop/view_compiler/
Dapk_layout_compiler.cc103 assets->ForEachFile("res/", [&](const android::StringPiece& s, android::FileType) { in CompileApkAssetsLayouts()
106 assets->ForEachFile(path, [&](const android::StringPiece& layout_file, android::FileType) { in CompileApkAssetsLayouts()
/frameworks/base/libs/androidfw/include/androidfw/
DApkAssets.h71 bool ForEachFile(const std::string& path,
/frameworks/base/libs/androidfw/
DApkAssets.cpp208 bool ApkAssets::ForEachFile(const std::string& root_path, in ForEachFile() function in android::ApkAssets
DAssetManager2.cpp325 if (!apk_assets->ForEachFile(full_path, func)) { in OpenDir()