Searched refs:targetFileNamePath (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/icu-small/source/tools/pkgdata/ |
| D | pkgdata.cpp | 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() [all …]
|
| /third_party/icu/icu4c/source/tools/pkgdata/ |
| D | pkgdata.cpp | 622 char targetFileNamePath[LARGE_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local 624 uprv_strcpy(targetFileNamePath, targetDir); in pkg_executeOptions() 625 uprv_strcat(targetFileNamePath, datFileName); in pkg_executeOptions() 628 if (uprv_strcmp(datFileNamePath, targetFileNamePath) != 0) { in pkg_executeOptions() 629 if (T_FileStream_file_exists(targetFileNamePath)) { in pkg_executeOptions() 630 if ((result = remove(targetFileNamePath)) != 0) { in pkg_executeOptions() 632 targetFileNamePath); in pkg_executeOptions() 637 result = rename(datFileNamePath, targetFileNamePath); in pkg_executeOptions() 641 targetFileNamePath); in pkg_executeOptions() 647 datFileNamePath, targetFileNamePath); in pkg_executeOptions() [all …]
|
| /third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
| D | pkgdata.cpp | 622 char targetFileNamePath[LARGE_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local 624 uprv_strcpy(targetFileNamePath, targetDir); in pkg_executeOptions() 625 uprv_strcat(targetFileNamePath, datFileName); in pkg_executeOptions() 628 if (uprv_strcmp(datFileNamePath, targetFileNamePath) != 0) { in pkg_executeOptions() 629 if (T_FileStream_file_exists(targetFileNamePath)) { in pkg_executeOptions() 630 if ((result = remove(targetFileNamePath)) != 0) { in pkg_executeOptions() 632 targetFileNamePath); in pkg_executeOptions() 637 result = rename(datFileNamePath, targetFileNamePath); in pkg_executeOptions() 641 targetFileNamePath); in pkg_executeOptions() 647 datFileNamePath, targetFileNamePath); in pkg_executeOptions() [all …]
|