Searched refs:COMPILER_RT_FTRUNCATE (Results 1 – 2 of 2) sorted by relevance
21 #define COMPILER_RT_FTRUNCATE(f,l) _chsize(_fileno(f),l) macro27 #define COMPILER_RT_FTRUNCATE(f,l) ftruncate(fileno(f),l) macro
187 if (rc || COMPILER_RT_FTRUNCATE(ProfileFile, 0L) || in openFileForMerging()