Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
persistent_cache.cc File Reference
#include "flutter/common/graphics/persistent_cache.h"
#include <future>
#include <memory>
#include <string>
#include <string_view>
#include <utility>
#include "flutter/fml/base32.h"
#include "flutter/fml/file.h"
#include "flutter/fml/hex_codec.h"
#include "flutter/fml/logging.h"
#include "flutter/fml/make_copyable.h"
#include "flutter/fml/mapping.h"
#include "flutter/fml/paths.h"
#include "flutter/fml/trace_event.h"
#include "flutter/shell/common/base64.h"
#include "flutter/shell/version/version.h"
#include "openssl/sha.h"
#include "rapidjson/document.h"
#include "third_party/skia/include/gpu/GrDirectContext.h"

Go to the source code of this file.

Namespaces

namespace  flutter
 

Functions

sk_sp< SkDataflutter::ParseBase32 (const std::string &input)
 
sk_sp< SkDataflutter::ParseBase64 (const std::string &input)
 
static void flutter::PersistentCacheStore (const fml::RefPtr< fml::TaskRunner > &worker, const std::shared_ptr< fml::UniqueFD > &cache_directory, std::string key, std::unique_ptr< fml::Mapping > value)