Home | History | Annotate | Download | only in pkgdata

Lines Matching full:targetfilenamepath

581             char targetFileNamePath[LARGE_BUFFER_MAX_SIZE] = "";
583 uprv_strcpy(targetFileNamePath, targetDir);
584 uprv_strcat(targetFileNamePath, datFileName);
587 if (uprv_strcmp(datFileNamePath, targetFileNamePath) != 0) {
588 if (T_FileStream_file_exists(targetFileNamePath)) {
589 if ((result = remove(targetFileNamePath)) != 0) {
591 targetFileNamePath);
596 result = rename(datFileNamePath, targetFileNamePath);
600 targetFileNamePath);
606 datFileNamePath, targetFileNamePath);
612 result = pkg_installCommonMode(o->install, targetFileNamePath);