Files
android/libwvdrmengine/cdm/test
Srujan Gaddam 5ec8923b85 Refactor file_store to use smart pointers
Bug: b/119276649
Merge of http://go/wvgerrit/68903
Test: Android + Linux unit tests

The FileSystem interface as it exists expects an Open for a file and
then a Close when finished. However, the Close doesn't delete the file
itself and depending on the platform, the underlying impl_ as well,
leading to a memory leak. To fix this leak as well as harden against
future memory issues, this change refactors the interface to shift away
from raw pointers and towards smart pointers.

Change-Id: I7a7132ea95cd3775796a540f510b698f4f27dd24
2018-12-18 11:14:41 -08:00
..
2017-08-29 12:14:57 -07:00
2018-04-16 16:38:05 -07:00
2018-04-16 16:38:05 -07:00
2018-04-16 16:38:05 -07:00
2018-01-30 00:48:11 -08:00