HomeSort by relevance Sort by last modified time
    Searched defs:loff_t (Results 1 - 5 of 5) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/host-darwin-fixup/
AndroidFixup.h 28 typedef off_t loff_t; typedef
  /external/elfutils/0.153/host-darwin-fixup/
AndroidFixup.h 20 #define loff_t off_t macro
  /bionic/libc/include/sys/
types.h 96 typedef __kernel_loff_t loff_t; typedef
97 typedef loff_t off64_t;
99 /* We could re-use the LP32 definitions, but that would mean that although off_t and loff_t/off64_t
102 typedef off_t loff_t; typedef
103 typedef loff_t off64_t;
  /development/ndk/platforms/android-3/include/sys/
types.h 69 typedef __kernel_loff_t loff_t; typedef
70 typedef loff_t off64_t; /* GLibc-specific */
  /development/ndk/platforms/android-L/include/sys/
types.h 96 typedef __kernel_loff_t loff_t; typedef
97 typedef loff_t off64_t;
99 /* We could re-use the LP32 definitions, but that would mean that although off_t and loff_t/off64_t
102 typedef off_t loff_t; typedef
103 typedef loff_t off64_t;

Completed in 938 milliseconds