Home | History | Annotate | Download | only in iotest

Lines Matching refs:pBackSlash

93             char *pBackSlash;
100 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
101 if (pBackSlash != NULL) {
102 *pBackSlash = 0; /* Truncate the string at the '\' */
106 if (pBackSlash != NULL) {
110 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
733 char *pBackSlash;
740 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
741 if (pBackSlash != NULL) {
742 *pBackSlash = 0; /* Truncate the string at the '\' */
746 if (pBackSlash != NULL) {
750 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);