Home
last modified time | relevance | path

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

/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