Home
last modified time | relevance | path

Searched defs:COMPILER_RT_FTRUNCATE (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingPort.h23 #define COMPILER_RT_FTRUNCATE(f,l) _chsize(_fileno(f),l) macro
28 #define COMPILER_RT_FTRUNCATE(f, l) _chsize(fileno(f), l) macro
32 #define COMPILER_RT_FTRUNCATE(f, l) ftruncate(fileno(f), l) macro
/external/compiler-rt/lib/profile/
DInstrProfilingPort.h21 #define COMPILER_RT_FTRUNCATE(f,l) _chsize(_fileno(f),l) macro
27 #define COMPILER_RT_FTRUNCATE(f,l) ftruncate(fileno(f),l) macro