Searched refs:COMPILER_RT_FTRUNCATE (Results 1 – 2 of 2) sorted by relevance
23 #define COMPILER_RT_FTRUNCATE(f,l) _chsize(_fileno(f),l) macro29 #define COMPILER_RT_FTRUNCATE(f, l) _chsize(fileno(f), l) macro33 #define COMPILER_RT_FTRUNCATE(f, l) ftruncate(fileno(f), l) macro
445 (void)COMPILER_RT_FTRUNCATE(ProfileFile, in doProfileMerging()489 if (rc || (!*MergeDone && COMPILER_RT_FTRUNCATE(ProfileFile, 0L)) || in openFileForMerging()