HomeSort by relevance Sort by last modified time
    Searched refs:write_int32 (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/profile/
GCDAProfiling.c 63 static void write_int32(uint32_t i) { function
70 write_int32(lo);
71 write_int32(hi);
80 write_int32(len);
237 write_int32(len);
238 write_int32(ident);
239 write_int32(0);
241 write_int32(0);
283 write_int32(num_counters * 2);
  /frameworks/native/cmds/rawbu/
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;

Completed in 55 milliseconds