Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp566 char datFileNamePath[LARGE_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local
595 uprv_strcpy(datFileNamePath, tmpDir); in pkg_executeOptions()
600 uprv_strcat(datFileNamePath, datFileName); in pkg_executeOptions()
603 fprintf(stdout, "# Writing package file %s ..\n", datFileNamePath); in pkg_executeOptions()
605 …result = writePackageDatFile(datFileNamePath, o->comment, o->srcDir, o->fileListFiles->str, NULL, … in pkg_executeOptions()
618 if (uprv_strcmp(datFileNamePath, targetFileNamePath) != 0) { in pkg_executeOptions()
627 result = rename(datFileNamePath, targetFileNamePath); in pkg_executeOptions()
637 datFileNamePath, targetFileNamePath); in pkg_executeOptions()
721 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath); in pkg_executeOptions()
756 …writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, (optMatchArch[0] == 0 ? NULL : optMatchA… in pkg_executeOptions()