Home
last modified time | relevance | path

Searched refs:fileListFiles (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/pkgdata/
Dpkgtypes.h108 CharList *fileListFiles; /* list of files containing files for inclusion in the package */ member
Dpkgdata.cpp468 o.fileListFiles = pkg_appendToList(o.fileListFiles, &tail, uprv_strdup(argv[n])); in main()
492 if (o.fileListFiles != NULL) { in main()
493 pkg_deleteList(o.fileListFiles); in main()
577 result = pkg_installFileMode(targetDir, o->srcDir, o->fileListFiles->str); in pkg_executeOptions()
599 …result = writePackageDatFile(datFileNamePath, o->comment, o->srcDir, o->fileListFiles->str, NULL, … in pkg_executeOptions()
1619 …->tmpDir, o->shortName, o->entryName, NULL, o->srcDir, o->comment, o->fileListFiles->str, 0, TRUE,… in pkg_createWithoutAssemblyCode()
2003 for(l = o->fileListFiles; l; l = l->next) { in loadLists()