Searched refs:fileListFiles (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/pkgdata/
H A Dpkgtypes.h106 CharList *fileListFiles; /* list of files containing files for inclusion in the package */ member in struct:UPKGOptions_
H A Dpkgdata.cpp443 o.fileListFiles = pkg_appendToList(o.fileListFiles, &tail, uprv_strdup(argv[n]));
467 if (o.fileListFiles != NULL) {
468 pkg_deleteList(o.fileListFiles);
552 result = pkg_installFileMode(targetDir, o->srcDir, o->fileListFiles->str);
574 result = writePackageDatFile(datFileNamePath, o->comment, o->srcDir, o->fileListFiles->str, NULL, U_CHARSET_FAMILY ? 'e' : U_IS_BIG_ENDIAN ? 'b' : 'l');
1483 createCommonDataFile(o->tmpDir, o->shortName, o->entryName, NULL, o->srcDir, o->comment, o->fileListFiles->str, 0, TRUE, o->verbose, gencmnFile);
1871 for(l = o->fileListFiles; l; l = l->next) {
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.h106 CharList *fileListFiles; /* list of files containing files for inclusion in the package */ member in struct:UPKGOptions_
H A Dpkgdata.cpp453 o.fileListFiles = pkg_appendToList(o.fileListFiles, &tail, uprv_strdup(argv[n]));
477 if (o.fileListFiles != NULL) {
478 pkg_deleteList(o.fileListFiles);
562 result = pkg_installFileMode(targetDir, o->srcDir, o->fileListFiles->str);
584 result = writePackageDatFile(datFileNamePath, o->comment, o->srcDir, o->fileListFiles->str, NULL, U_CHARSET_FAMILY ? 'e' : U_IS_BIG_ENDIAN ? 'b' : 'l');
1577 createCommonDataFile(o->tmpDir, o->shortName, o->entryName, NULL, o->srcDir, o->comment, o->fileListFiles->str, 0, TRUE, o->verbose, gencmnFile);
1961 for(l = o->fileListFiles; l; l = l->next) {

Completed in 123 milliseconds