Home
last modified time | relevance | path

Searched refs:MAX_PID_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfilingFile.c61 #define MAX_PID_SIZE 16 macro
66 char PidChars[MAX_PID_SIZE];
274 if (snprintf(PidChars, MAX_PID_SIZE, "%d", getpid()) <= 0) { in parseFilenamePattern()