Home | History | Annotate | Download | only in pkgdata

Lines Matching refs:datFileNamePath

535 datFileNamePath[LARGE_BUFFER_MAX_SIZE] = "";
564 uprv_strcpy(datFileNamePath, tmpDir);
569 uprv_strcat(datFileNamePath, datFileName);
572 fprintf(stdout, "# Writing package file %s ..\n", datFileNamePath);
574 result = writePackageDatFile(datFileNamePath, o->comment, o->srcDir, o->fileListFiles->str, NULL, U_CHARSET_FAMILY ? 'e' : U_IS_BIG_ENDIAN ? 'b' : 'l');
587 if (uprv_strcmp(datFileNamePath, targetFileNamePath) != 0) {
596 result = rename(datFileNamePath, targetFileNamePath);
606 datFileNamePath, targetFileNamePath);
690 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath);
722 writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, NULL, NULL, gencFilePath);