Home
last modified time | relevance | path

Searched refs:COMPILER_RT_FTRUNCATE (Results 1 – 2 of 2) 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
DInstrProfilingFile.c187 if (rc || COMPILER_RT_FTRUNCATE(ProfileFile, 0L) || in openFileForMerging()