Searched refs:datFileNamePath (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 576 char datFileNamePath[LARGE_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local 605 uprv_strcpy(datFileNamePath, tmpDir); in pkg_executeOptions() 610 uprv_strcat(datFileNamePath, datFileName); in pkg_executeOptions() 613 fprintf(stdout, "# Writing package file %s ..\n", datFileNamePath); in pkg_executeOptions() 615 …result = writePackageDatFile(datFileNamePath, o->comment, o->srcDir, o->fileListFiles->str, NULL, … in pkg_executeOptions() 628 if (uprv_strcmp(datFileNamePath, targetFileNamePath) != 0) { in pkg_executeOptions() 637 result = rename(datFileNamePath, targetFileNamePath); in pkg_executeOptions() 647 datFileNamePath, targetFileNamePath); in pkg_executeOptions() 732 datFileNamePath, in pkg_executeOptions() 773 datFileNamePath, in pkg_executeOptions()
|