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

  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgdata.cpp 536 char checkLibFile[LARGE_BUFFER_MAX_SIZE] = "";
651 sprintf(checkLibFile, "%s%s", targetDir, libFileNames[LIB_FILE_VERSION]);
652 if (T_FileStream_file_exists(checkLibFile)) {
653 if (isFileModTimeLater(checkLibFile, o->srcDir, TRUE) && isFileModTimeLater(checkLibFile, o->options)) {
661 printf("# Not rebuilding %s - up to date.\n", checkLibFile);
666 fprintf(stdout, "# Not installing up-to-date library %s into %s\n", checkLibFile, o->install);
669 fprintf(stdout, "# Not installing missing %s into %s\n", checkLibFile, o->install);
    [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 546 char checkLibFile[LARGE_BUFFER_MAX_SIZE] = "";
661 sprintf(checkLibFile, "%s%s", targetDir, libFileNames[LIB_FILE_VERSION]);
662 if (T_FileStream_file_exists(checkLibFile)) {
663 if (isFileModTimeLater(checkLibFile, o->srcDir, TRUE) && isFileModTimeLater(checkLibFile, o->options)) {
671 printf("# Not rebuilding %s - up to date.\n", checkLibFile);
676 fprintf(stdout, "# Not installing up-to-date library %s into %s\n", checkLibFile, o->install);
679 fprintf(stdout, "# Not installing missing %s into %s\n", checkLibFile, o->install);
    [all...]

Completed in 30 milliseconds