Home
last modified time | relevance | path

Searched refs:SerializeToLegacyFormat (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/storage/
Dlegacy_config_file.cc74 return os::WriteToFile(path_, cache.SerializeToLegacyFormat()); in Write()
Dconfig_cache.h83 virtual std::string SerializeToLegacyFormat() const;
Dconfig_cache.cc323 std::string ConfigCache::SerializeToLegacyFormat() const { in SerializeToLegacyFormat() function in bluetooth::storage::ConfigCache