OSDN Git Service

Make the file backup helper not crash if a file you requested
authorJoe Onorato <joeo@android.com>
Thu, 11 Jun 2009 18:27:16 +0000 (11:27 -0700)
committerJoe Onorato <joeo@android.com>
Thu, 11 Jun 2009 21:51:45 +0000 (14:51 -0700)
commitce88cb15b52998e16c3ba548a4ec49117a835e21
treedc02e85657a63858b45a5eef8f99cbf5efae6339
parent23ecae3bbb60c5af940f3a22170d75eb6ac05b69
Make the file backup helper not crash if a file you requested
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.
include/utils/BackupHelpers.h
libs/utils/BackupHelpers.cpp
tests/backup/backup_helper_test.cpp