summaryrefslogtreecommitdiff
path: root/tests/backup/backup_helper_test.cpp
AgeCommit message (Collapse)Author
2017-12-05Use -Werror in frameworks/base/tests/backupChih-Hung Hsieh
* Ommit unused parameter names. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ie073fd911480960673b24d5b4d84b4f8dd0d0302
2012-02-17frameworks/base refactoring.Mathias Agopian
step 2: move libutils headers to their new home: androidfw Change-Id: I14624ba23db92a81f2cb929f104386e1fab293ef
2009-06-11Make the file backup helper not crash if a file you requestedJoe Onorato
can't be stated. This means you don't need to know if the files you are backing up exist or not -- we'll figure it out for you.
2009-06-11Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.Joe Onorato
This took quite a bit of refactoring.
2009-06-04rename a few files to camel-case, add copyright noticesMathias Agopian
2009-05-15Add the backup data file writer C++ class.Joe Onorato
2009-05-15Implement the C++ class to write the backed up file data.Joe Onorato
2009-05-08fix the sim build. disables the tests for now.Joe Onorato
2009-05-05Add some C++ code to do raw files for backupJoe Onorato