Searched refs:fgTestDataPath (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/iotest/
H A Diotest.cpp33 static char *fgTestDataPath; member in class:DataDrivenLogger
37 if (fgTestDataPath) {
38 free(fgTestDataPath);
39 fgTestDataPath = NULL;
129 if( fgTestDataPath == NULL){
161 fgTestDataPath = tdpath;
163 return fgTestDataPath;
172 char* DataDrivenLogger::fgTestDataPath = NULL; member in class:DataDrivenLogger

Completed in 250 milliseconds