Searched refs:targetFileNamePath (Results 1 – 1 of 1) sorted by relevance
612 char targetFileNamePath[LARGE_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local614 uprv_strcpy(targetFileNamePath, targetDir); in pkg_executeOptions()615 uprv_strcat(targetFileNamePath, datFileName); in pkg_executeOptions()618 if (uprv_strcmp(datFileNamePath, targetFileNamePath) != 0) { in pkg_executeOptions()619 if (T_FileStream_file_exists(targetFileNamePath)) { in pkg_executeOptions()620 if ((result = remove(targetFileNamePath)) != 0) { in pkg_executeOptions()622 targetFileNamePath); in pkg_executeOptions()627 result = rename(datFileNamePath, targetFileNamePath); in pkg_executeOptions()631 targetFileNamePath); in pkg_executeOptions()637 datFileNamePath, targetFileNamePath); in pkg_executeOptions()[all …]