Searched refs:FileRec (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/androidfw/
H A DBackupHelpers.h52 struct FileRec { struct in namespace:android
152 KeyedVector<String8,FileRec> m_files;
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp147 write_snapshot_file(int fd, const KeyedVector<String8,FileRec>& snapshot)
154 const FileRec& g = snapshot.valueAt(i);
174 FileRec r = snapshot.valueAt(i);
337 KeyedVector<String8,FileRec> newSnapshot;
349 FileRec r;
381 FileRec& g = newSnapshot.editValueAt(m);
435 FileRec& g = newSnapshot.editValueAt(m);
747 FileRec r;
902 KeyedVector<String8,FileRec> snapshot;
961 KeyedVector<String8,FileRec> snapsho
[all...]

Completed in 111 milliseconds