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] = "";
636 sprintf(checkLibFile, "%s%s", targetDir, libFileNames[LIB_FILE_VERSION]);
637 if (T_FileStream_file_exists(checkLibFile)) {
638 if (isFileModTimeLater(checkLibFile, o->srcDir, TRUE) && isFileModTimeLater(checkLibFile, o->options)) {
646 printf("# Not rebuilding %s - up to date.\n", checkLibFile);
651 fprintf(stdout, "# Not installing up-to-date library %s into %s\n", checkLibFile, o->install);
654 fprintf(stdout, "# Not installing missing %s into %s\n", checkLibFile, o->install);
    [all...]
  /external/icu4c/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...]

Completed in 243 milliseconds