Searched refs:datFileNamePath (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/icu/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()
|
/third_party/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()
|
/third_party/node/deps/icu-small/source/tools/pkgdata/ |
D | pkgdata.cpp | 579 char datFileNamePath[LARGE_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local 608 uprv_strcpy(datFileNamePath, tmpDir); in pkg_executeOptions() 613 uprv_strcat(datFileNamePath, datFileName); in pkg_executeOptions() 616 fprintf(stdout, "# Writing package file %s ..\n", datFileNamePath); in pkg_executeOptions() 618 …result = writePackageDatFile(datFileNamePath, o->comment, o->srcDir, o->fileListFiles->str, nullpt… in pkg_executeOptions() 631 if (uprv_strcmp(datFileNamePath, targetFileNamePath) != 0) { in pkg_executeOptions() 640 result = rename(datFileNamePath, targetFileNamePath); in pkg_executeOptions() 650 datFileNamePath, targetFileNamePath); in pkg_executeOptions() 735 datFileNamePath, in pkg_executeOptions() 776 datFileNamePath, in pkg_executeOptions()
|