Home
last modified time | relevance | path

Searched refs:_chsize (Results 1 – 11 of 11) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfilingPort.h21 #define COMPILER_RT_FTRUNCATE(f,l) _chsize(_fileno(f),l)
/external/python/cpython2/PC/
Dpyconfig.h262 #define _chsize chsize macro
/external/ImageMagick/MagickCore/
Dnt-base.h80 # define chsize(file,length) _chsize(file,length)
/external/libchrome/base/files/
Dfile_util.cc257 if (_chsize(fd, current_offset) != 0) in TruncateFile()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPathV2.inc334 errno_t error = ::_chsize(fd, size);
/external/libcups/cups/
Dfile.c1121 _chsize(fd, 0); in cupsFileOpen()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc333 errno_t error = ::_chsize(FD, Size);
/external/llvm/lib/Support/Windows/
DPath.inc335 errno_t error = ::_chsize(FD, Size);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc562 errno_t error = ::_chsize(FD, Size);
/external/python/cpython2/Misc/
DHISTORY5903 limitation of MS _chsize (which is no longer used).
/external/python/cpython3/Misc/
DHISTORY23287 limitation of MS _chsize (which is no longer used).