Lines Matching refs:targetFileNamePath
625 char targetFileNamePath[LARGE_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local
627 uprv_strcpy(targetFileNamePath, targetDir); in pkg_executeOptions()
628 uprv_strcat(targetFileNamePath, datFileName); in pkg_executeOptions()
631 if (uprv_strcmp(datFileNamePath, targetFileNamePath) != 0) { in pkg_executeOptions()
632 if (T_FileStream_file_exists(targetFileNamePath)) { in pkg_executeOptions()
633 if ((result = remove(targetFileNamePath)) != 0) { in pkg_executeOptions()
635 targetFileNamePath); in pkg_executeOptions()
640 result = rename(datFileNamePath, targetFileNamePath); in pkg_executeOptions()
644 targetFileNamePath); in pkg_executeOptions()
650 datFileNamePath, targetFileNamePath); in pkg_executeOptions()
656 result = pkg_installCommonMode(o->install, targetFileNamePath); in pkg_executeOptions()