Searched refs:fileListFiles (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgtypes.h | 108 CharList *fileListFiles; /* list of files containing files for inclusion in the package */ member
|
D | pkgdata.cpp | 484 o.fileListFiles = pkg_appendToList(o.fileListFiles, &tail, uprv_strdup(argv[n])); in main() 508 if (o.fileListFiles != NULL) { in main() 509 pkg_deleteList(o.fileListFiles); in main() 593 result = pkg_installFileMode(targetDir, o->srcDir, o->fileListFiles->str); in pkg_executeOptions() 615 …result = writePackageDatFile(datFileNamePath, o->comment, o->srcDir, o->fileListFiles->str, NULL, … in pkg_executeOptions() 1655 …->tmpDir, o->shortName, o->entryName, NULL, o->srcDir, o->comment, o->fileListFiles->str, 0, TRUE,… in pkg_createWithoutAssemblyCode() 2077 for(l = o->fileListFiles; l; l = l->next) { in loadLists()
|