Home
last modified time | relevance | path

Searched refs:StoreFileRaw (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/common/include/clearkeydrm/
DDeviceFiles.h64 bool StoreFileRaw(const std::string& fileName, const std::string& serializedFile);
/frameworks/av/drm/mediadrm/plugins/clearkey/common/
DDeviceFiles.cpp93 return StoreFileRaw(fileName, serializedHashFile); in StoreFileWithHash()
96 bool DeviceFiles::StoreFileRaw(const std::string& fileName, const std::string& serializedHashFile) { in StoreFileRaw() function in clearkeydrm::DeviceFiles