Searched defs:write_int32 (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/rawbu/
H A Dbackup.cpp173 static int write_int32(FILE* fh, int32_t val) function in namespace:android
238 if (!write_int32(fh, type)) return 0;
239 if (!write_int32(fh, pathLen)) return 0;
245 if (!write_int32(fh, st->st_uid)) return 0;
246 if (!write_int32(fh, st->st_gid)) return 0;
247 if (!write_int32(fh, st->st_mode)) return 0;
388 if (!write_int32(fh, FILE_VERSION)) goto done;
389 if (!write_int32(fh, opt_backupAll)) goto done;
391 if (!write_int32(fh, 0)) goto done;

Completed in 295 milliseconds