Searched refs:targetFileNamePath (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp604 char targetFileNamePath[LARGE_BUFFER_MAX_SIZE] = ""; local
606 uprv_strcpy(targetFileNamePath, targetDir);
607 uprv_strcat(targetFileNamePath, datFileName);
610 if (uprv_strcmp(datFileNamePath, targetFileNamePath) != 0) {
611 if (T_FileStream_file_exists(targetFileNamePath)) {
612 if ((result = remove(targetFileNamePath)) != 0) {
614 targetFileNamePath);
619 result = rename(datFileNamePath, targetFileNamePath);
623 targetFileNamePath);
629 datFileNamePath, targetFileNamePath);
[all...]

Completed in 118 milliseconds