Searched refs:newSnapshot (Results 1 – 1 of 1) sorted by relevance
338 KeyedVector<String8,FileRec> newSnapshot; in back_up_files() local367 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()