Searched refs:ForEachFile (Results 1 – 4 of 4) sorted by relevance
54 virtual bool ForEachFile(const std::string& path,98 bool ForEachFile(const std::string& root_path,156 bool ForEachFile(const std::string& path,181 bool ForEachFile(const std::string& root_path,208 bool ForEachFile(const std::string& path,
243 bool ZipAssetsProvider::ForEachFile( in ForEachFile() function in android::ZipAssetsProvider353 bool DirectoryAssetsProvider::ForEachFile( in ForEachFile() function in android::DirectoryAssetsProvider398 bool MultiAssetsProvider::ForEachFile( in ForEachFile() function in android::MultiAssetsProvider401 return primary_->ForEachFile(root_path, f) && secondary_->ForEachFile(root_path, f); in ForEachFile()436 bool EmptyAssetsProvider::ForEachFile( in ForEachFile() function in android::EmptyAssetsProvider
671 if (!apk_assets->GetAssetsProvider()->ForEachFile(full_path, func)) { in OpenDir()
118 bool ForEachFile(const std::string& /* root_path */, in ForEachFile() function in android::LoaderAssetsProvider