Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp104 FileState file; in read_snapshot_file()
107 amt = read(fd, &file, sizeof(FileState)); in read_snapshot_file()
108 if (amt != sizeof(FileState)) { in read_snapshot_file()
175 amt = write(fd, &r.s, sizeof(FileState)); in write_snapshot_file()
176 if (amt != sizeof(FileState)) { in write_snapshot_file()
337 KeyedVector<String8,FileState> oldSnapshot; in back_up_files()
403 const FileState& f = oldSnapshot.valueAt(n); in back_up_files()
947 KeyedVector<String8,FileState> readSnapshot; in backup_helper_test_empty()
981 FileState states[4]; in backup_helper_test_four()
1084 KeyedVector<String8,FileState> readSnapshot; in backup_helper_test_four()
[all …]
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DBackupHelpers.h45 struct FileState { struct
57 FileState s; argument