HomeSort by relevance Sort by last modified time
    Searched refs:datFileNamePath (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgdata.cpp 535 char datFileNamePath[LARGE_BUFFER_MAX_SIZE] = "";
562 uprv_strcpy(datFileNamePath, tmpDir);
567 uprv_strcat(datFileNamePath, datFileName);
570 fprintf(stdout, "# Writing package file %s ..\n", datFileNamePath);
572 result = writePackageDatFile(datFileNamePath, o->comment, o->srcDir, o->fileListFiles->str, NULL, U_CHARSET_FAMILY ? 'e' : U_IS_BIG_ENDIAN ? 'b' : 'l');
592 result = rename(datFileNamePath, targetFileNamePath);
598 fprintf(stderr, "Unable to move dat file (%s) to target location (%s).\n", datFileNamePath, targetFileNamePath);
672 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath);
696 writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, NULL, NULL, gencFilePath);
    [all...]
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 535 char 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)
    [all...]

Completed in 40 milliseconds