Searched refs:child_ (Results 1 – 1 of 1) sorted by relevance
311 return child_->ForEachFile(root_path, f) && parent_->ForEachFile(root_path, f); in ForEachFile()317 auto asset = child_->Open(path, mode, file_exists); in OpenInternal()326 : child_(std::move(child)), parent_(std::move(parent)) { } in MultiAssetsProvider()328 std::unique_ptr<const AssetsProvider> child_; member in android::MultiAssetsProvider