Searched refs:currentFileSize (Results 1 – 1 of 1) sorted by relevance
1106 long currentFileSize = getMonitoredStdoutSize() + getMonitoredStderrSize(); in checkOutputMonitor() local1108 if (currentFileSize == mOutputMonitorFileLastSize && idleTime > idleOutputTimeout) { in checkOutputMonitor()1116 if (currentFileSize != mOutputMonitorFileLastSize) { in checkOutputMonitor()1120 mOutputMonitorFileLastSize = currentFileSize; in checkOutputMonitor()