Searched refs:relativepath (Results 1 – 1 of 1) sorted by relevance
279 const char *relativepath = NULL; in doStringPrepTest() local285 relativepath = U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING; in doStringPrepTest()288 …relativepath = ".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_S… in doStringPrepTest()300 filename = (char*) malloc(strlen(srcdatapath)+strlen(relativepath)+strlen(txtFileName)+10 ); in doStringPrepTest()303 strcat(filename,relativepath); in doStringPrepTest()