Searched defs:write_int64 (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/cmds/rawbu/
H A Dbackup.cpp185 static int write_int64(FILE* fh, int64_t val) function in namespace:android
249 if (!write_int64(fh, ((int64_t)st->st_atime)*1000*1000*1000)) return 0;
250 if (!write_int64(fh, ((int64_t)st->st_mtime)*1000*1000*1000)) return 0;
251 if (!write_int64(fh, ((int64_t)st->st_ctime)*1000*1000*1000)) return 0;
341 if (!write_int64(fh, size)) {

Completed in 107 milliseconds