Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp560 char datFileNamePath[LARGE_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local
589 uprv_strcpy(datFileNamePath, tmpDir); in pkg_executeOptions()
594 uprv_strcat(datFileNamePath, datFileName); in pkg_executeOptions()
597 fprintf(stdout, "# Writing package file %s ..\n", datFileNamePath); in pkg_executeOptions()
599 …result = writePackageDatFile(datFileNamePath, o->comment, o->srcDir, o->fileListFiles->str, NULL, … in pkg_executeOptions()
612 if (uprv_strcmp(datFileNamePath, targetFileNamePath) != 0) { in pkg_executeOptions()
621 result = rename(datFileNamePath, targetFileNamePath); in pkg_executeOptions()
631 datFileNamePath, targetFileNamePath); in pkg_executeOptions()
715 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath); in pkg_executeOptions()
750 …writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, (optMatchArch[0] == 0 ? NULL : optMatchA… in pkg_executeOptions()