Searched refs:gencmnFile (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 1559 char gencmnFile[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_createWithoutAssemblyCode() local 1603 …o->entryName, NULL, o->srcDir, o->comment, o->fileListFiles->str, 0, TRUE, o->verbose, gencmnFile); in pkg_createWithoutAssemblyCode() 1606 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode() 1613 gencmnFile); in pkg_createWithoutAssemblyCode() 1662 printf("# Generating %s \n", gencmnFile); in pkg_createWithoutAssemblyCode() 1665 …>tmpDir, dataName[0] != 0 ? dataName : o->shortName, newName[0] != 0 ? newName : NULL, gencmnFile); in pkg_createWithoutAssemblyCode() 1668 sprintf(cmd, "#include \"%s\"\n", gencmnFile); in pkg_createWithoutAssemblyCode() 1675 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode() 1682 gencmnFile); in pkg_createWithoutAssemblyCode()
|