HomeSort by relevance Sort by last modified time
    Searched full:newsnapshot (Results 1 - 1 of 1) sorted by null

  /frameworks/base/libs/utils/
BackupHelpers.cpp 337 KeyedVector<String8,FileRec> newSnapshot;
366 if (newSnapshot.indexOfKey(key) >= 0) {
371 newSnapshot.add(key, r);
380 const String8& q = newSnapshot.keyAt(m);
381 FileRec& g = newSnapshot.editValueAt(m);
434 const String8& q = newSnapshot.keyAt(m);
435 FileRec& g = newSnapshot.editValueAt(m);
440 err = write_snapshot_file(newSnapshotFD, newSnapshot);
    [all...]

Completed in 123 milliseconds