Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DBackupHelpers.cpp338 KeyedVector<String8,FileRec> newSnapshot; in back_up_files() local
367 if (newSnapshot.indexOfKey(key) >= 0) { in back_up_files()
378 newSnapshot.add(key, r); in back_up_files()
384 int M = newSnapshot.size(); in back_up_files()
388 const String8& q = newSnapshot.keyAt(m); in back_up_files()
389 FileRec& g = newSnapshot.editValueAt(m); in back_up_files()
433 const String8& q = newSnapshot.keyAt(m); in back_up_files()
434 FileRec& g = newSnapshot.editValueAt(m); in back_up_files()
439 err = write_snapshot_file(newSnapshotFD, newSnapshot); in back_up_files()