Home
last modified time | relevance | path

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

/frameworks/native/cmds/rawbu/
Dbackup.cpp416 static int32_t read_int32(FILE* fh, int32_t defVal) in read_int32() function
440 *type = read_int32(fh, -1); in read_header()
450 int32_t pathLen = read_int32(fh, -1); in read_header()
464 st->st_uid = read_int32(fh, -1); in read_header()
469 st->st_gid = read_int32(fh, -1); in read_header()
474 st->st_mode = read_int32(fh, -1); in read_header()
514 inputFileVersion = read_int32(fh, 0); in restore_data()
521 opt_backupAll = read_int32(fh, 0); in restore_data()