backup.cpp | 174 static int write_int32(FILE* fh, int32_t val) function in namespace:android 239 if (!write_int32(fh, type)) return 0; 240 if (!write_int32(fh, pathLen)) return 0; 246 if (!write_int32(fh, st->st_uid)) return 0; 247 if (!write_int32(fh, st->st_gid)) return 0; 248 if (!write_int32(fh, st->st_mode)) return 0; 389 if (!write_int32(fh, FILE_VERSION)) goto done; 390 if (!write_int32(fh, opt_backupAll)) goto done; 392 if (!write_int32(fh, 0)) goto done;
|