OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currLogSize
(Results
1 - 2
of
2
) sorted by null
/device/moto/stingray/whisper/
Whisper_AccyMain.h
54
if(logFp != NULL) {if(
currLogSize
++ > LOG_SIZE_LIMIT){
currLogSize
= 0; fseek(logFp, SEEK_SET, 0);} \
92
extern int
currLogSize
;
Whisper_AccyMain.c
132
int
currLogSize
= 0;
Completed in 2694 milliseconds