Home
last modified time | relevance | path

Searched refs:_chsize (Results 1 – 10 of 10) 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.cc232 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/pdfium/xfa/fgas/crt/
Dfgas_stream.cpp313 return _chsize(_fileno(file), size) == 0; in FileSetSize()
/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/python/cpython2/Misc/
DHISTORY5903 limitation of MS _chsize (which is no longer used).