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