Lines Matching refs:tdpath
135 char* tdpath=NULL;
146 tdpath = (char*) malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 100));
152 strcpy(tdpath, directory);
153 strcat(tdpath, tdrelativepath);
154 strcat(tdpath,"testdata");
156 test=ures_open(tdpath, "testtypes", &err);
160 log_data_err("Could not load testtypes.res in testdata bundle with path %s - %s\n", tdpath, u_errorName(err));
164 fgTestDataPath = tdpath;