Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp606 char targetFileNamePath[LARGE_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local
608 uprv_strcpy(targetFileNamePath, targetDir); in pkg_executeOptions()
609 uprv_strcat(targetFileNamePath, datFileName); in pkg_executeOptions()
612 if (uprv_strcmp(datFileNamePath, targetFileNamePath) != 0) { in pkg_executeOptions()
613 if (T_FileStream_file_exists(targetFileNamePath)) { in pkg_executeOptions()
614 if ((result = remove(targetFileNamePath)) != 0) { in pkg_executeOptions()
616 targetFileNamePath); in pkg_executeOptions()
621 result = rename(datFileNamePath, targetFileNamePath); in pkg_executeOptions()
625 targetFileNamePath); in pkg_executeOptions()
631 datFileNamePath, targetFileNamePath); in pkg_executeOptions()
[all …]