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] = "";
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...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 545 char datFileNamePath[LARGE_BUFFER_MAX_SIZE] = "";
574 uprv_strcpy(datFileNamePath, tmpDir);
579 uprv_strcat(datFileNamePath, datFileName);
582 fprintf(stdout, "# Writing package file %s ..\n", datFileNamePath);
584 result = writePackageDatFile(datFileNamePath, o->comment, o->srcDir, o->fileListFiles->str, NULL, U_CHARSET_FAMILY ? 'e' : U_IS_BIG_ENDIAN ? 'b' : 'l');
597 if (uprv_strcmp(datFileNamePath, targetFileNamePath) != 0) {
606 result = rename(datFileNamePath, targetFileNamePath);
616 datFileNamePath, targetFileNamePath);
700 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath);
733 // writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, NULL, NULL, gencFilePath)
    [all...]

Completed in 30 milliseconds