Home | History | Annotate | Download | only in iotest

Lines Matching refs:pBackSlash

90             char *pBackSlash;
97 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
98 if (pBackSlash != NULL) {
99 *pBackSlash = 0; /* Truncate the string at the '\' */
103 if (pBackSlash != NULL) {
107 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
732 char *pBackSlash;
739 pBackSlash = strrchr(p, U_FILE_SEP_CHAR);
740 if (pBackSlash != NULL) {
741 *pBackSlash = 0; /* Truncate the string at the '\' */
745 if (pBackSlash != NULL) {
749 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);