Searched refs:ForEachFile (Results 1 – 4 of 4) sorted by relevance
103 assets->ForEachFile("res/", [&](const android::StringPiece& s, android::FileType) { in CompileApkAssetsLayouts()106 assets->ForEachFile(path, [&](const android::StringPiece& layout_file, android::FileType) { in CompileApkAssetsLayouts()
71 bool ForEachFile(const std::string& path,
208 bool ApkAssets::ForEachFile(const std::string& root_path, in ForEachFile() function in android::ApkAssets
325 if (!apk_assets->ForEachFile(full_path, func)) { in OpenDir()