Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp612 char targetFileNamePath[LARGE_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local
614 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 …]