Searched refs:newSnapshot (Results 1 – 1 of 1) sorted by relevance
337 KeyedVector<String8,FileRec> newSnapshot; in back_up_files() local366 if (newSnapshot.indexOfKey(key) >= 0) { in back_up_files()371 newSnapshot.add(key, r); in back_up_files()380 const String8& q = newSnapshot.keyAt(m); in back_up_files()381 FileRec& g = newSnapshot.editValueAt(m); in back_up_files()434 const String8& q = newSnapshot.keyAt(m); in back_up_files()435 FileRec& g = newSnapshot.editValueAt(m); in back_up_files()440 err = write_snapshot_file(newSnapshotFD, newSnapshot); in back_up_files()