Lines Matching refs:to
6 that use `off_t` to working on files no larger than 2GiB.
8 Android does not require the `_LARGEFILE_SOURCE` macro to be used to make
12 Android also does not require the `_LARGEFILE64_SOURCE` macro to be used
13 to make `off64_t` and corresponding functions such as `ftruncate64` available.
17 There are a couple of exceptions to note. Firstly, `off64_t` and the single
42 If your code stops compiling when you move to NDK r15 or later, removing every
43 definition of `_FILE_OFFSET_BITS=64` will restore the behavior you used to have:
46 aren't aware that `_FILE_OFFSET_BITS` is set. You might also have to
47 remove references to `__USE_FILE_OFFSET64` --- this is the internal
51 to double check:
63 in the 64-bit ABI even though they're identical to the non-`64` names.
76 to work around this.
81 in the 64-bit ABI even though they're identical to the non-`64` names.
95 times to/from the kernel, but we do not plan on adding support for
96 these to the C library. Convenient use of the new calls would require
97 an equivalent to `_FILE_OFFSET_BITS=64`, which we wouldn't be able
98 to globally flip for reasons similar to `_FILE_OFFSET_BITS`, mentioned
99 above. All apps are already required to offer 64-bit variants, and we
106 `/proc/sys/kernel/pid_max` is usually too small to hit our 16-bit limit,
108 16 bits for the owner thread id. This means bionic isn't able to support