Searched refs:gencmnFile (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 1582 char gencmnFile[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWithoutAssemblyCode() local 1626 …o->entryName, NULL, o->srcDir, o->comment, o->fileListFiles->str, 0, TRUE, o->verbose, gencmnFile); in pkg_createWithoutAssemblyCode() 1629 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode() 1636 gencmnFile); in pkg_createWithoutAssemblyCode() 1685 printf("# Generating %s \n", gencmnFile); in pkg_createWithoutAssemblyCode() 1688 …>tmpDir, dataName[0] != 0 ? dataName : o->shortName, newName[0] != 0 ? newName : NULL, gencmnFile); in pkg_createWithoutAssemblyCode() 1691 sprintf(cmd, "#include \"%s\"\n", gencmnFile); in pkg_createWithoutAssemblyCode() 1698 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode() 1705 gencmnFile); in pkg_createWithoutAssemblyCode()
|