Home
last modified time | relevance | path

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

/frameworks/native/cmds/rawbu/
Dbackup.cpp415 static int32_t read_int32(FILE* fh, int32_t defVal) in read_int32() function
439 *type = read_int32(fh, -1); in read_header()
449 int32_t pathLen = read_int32(fh, -1); in read_header()
463 st->st_uid = read_int32(fh, -1); in read_header()
468 st->st_gid = read_int32(fh, -1); in read_header()
473 st->st_mode = read_int32(fh, -1); in read_header()
513 inputFileVersion = read_int32(fh, 0); in restore_data()
520 opt_backupAll = read_int32(fh, 0); in restore_data()