Searched refs:_chsize (Results 1 – 12 of 12) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingPort.h | 21 #define COMPILER_RT_FTRUNCATE(f,l) _chsize(_fileno(f),l)
|
/external/python/cpython2/PC/ |
D | pyconfig.h | 262 #define _chsize chsize macro
|
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 84 # define chsize(file,length) _chsize(file,length)
|
/external/libchrome/base/files/ |
D | file_util.cc | 257 if (_chsize(fd, current_offset) != 0) in TruncateFile()
|
/external/cronet/base/files/ |
D | file_util.cc | 434 if (_chsize(fd, current_offset) != 0) in TruncateFile()
|
/external/libcups/cups/ |
D | file.c | 1123 _chsize(fd, 0); in cupsFileOpen()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 333 errno_t error = ::_chsize(FD, Size);
|
/external/perfetto/src/trace_processor/ |
D | trace_processor_shell.cc | 90 #define ftruncate _chsize
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 335 errno_t error = ::_chsize(FD, Size);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Path.inc | 567 errno_t error = ::_chsize(FD, Size);
|
/external/python/cpython2/Misc/ |
D | HISTORY | 5903 limitation of MS _chsize (which is no longer used).
|
/external/python/cpython3/Misc/ |
D | HISTORY | 23287 limitation of MS _chsize (which is no longer used).
|