HomeSort by relevance Sort by last modified time
    Searched defs:_LARGEFILE64_SOURCE (Results 51 - 64 of 64) sorted by null

1 23

  /system/extras/f2fs_utils/
f2fs_sparseblock.c 1 #define _LARGEFILE64_SOURCE
  /device/google/marlin/recovery/oem-recovery/
gpt-utils.cpp 30 #define _LARGEFILE64_SOURCE /* enable lseek64() */
    [all...]
  /external/f2fs-tools/mkfs/
f2fs_format.c 9 #define _LARGEFILE64_SOURCE
  /libcore/ojluni/src/main/native/
UNIXProcess_md.c 26 #undef _LARGEFILE64_SOURCE
27 #define _LARGEFILE64_SOURCE 1
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
TYPES.py 13 _LARGEFILE64_SOURCE = 1
IN.py 13 _LARGEFILE64_SOURCE = 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py 13 _LARGEFILE64_SOURCE = 1
IN.py 13 _LARGEFILE64_SOURCE = 1
  /system/core/libsparse/
output_file.c 18 #define _LARGEFILE64_SOURCE 1
  /external/e2fsprogs/misc/
e2image.c 14 #define _LARGEFILE64_SOURCE
    [all...]
e4defrag.c 14 #ifndef _LARGEFILE64_SOURCE
15 #define _LARGEFILE64_SOURCE
    [all...]
  /external/lz4/programs/
fullbench.c 39 # define _LARGEFILE64_SOURCE
  /external/zlib/src/
zconf.h 437 /* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and
438 * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even
440 * both "#undef _LARGEFILE64_SOURCE" and "#define _LARGEFILE64_SOURCE 0" as
443 #if defined(_LARGEFILE64_SOURCE) && -_LARGEFILE64_SOURCE - -1 == 1
444 # undef _LARGEFILE64_SOURCE
451 # if defined(Z_HAVE_UNISTD_H) || defined(_LARGEFILE64_SOURCE)
466 #if defined(_LARGEFILE64_SOURCE) && defined(Z_LFS64)
  /system/core/fastboot/
fastboot.cpp 29 #define _LARGEFILE64_SOURCE
    [all...]

Completed in 503 milliseconds

1 23