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