OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileListFiles
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/tools/pkgdata/
pkgtypes.h
108
CharList *
fileListFiles
; /* list of files containing files for inclusion in the package */
pkgdata.cpp
474
o.
fileListFiles
= pkg_appendToList(o.
fileListFiles
, &tail, uprv_strdup(argv[n]));
498
if (o.
fileListFiles
!= NULL) {
499
pkg_deleteList(o.
fileListFiles
);
583
result = pkg_installFileMode(targetDir, o->srcDir, o->
fileListFiles
->str);
605
result = writePackageDatFile(datFileNamePath, o->comment, o->srcDir, o->
fileListFiles
->str, NULL, U_CHARSET_FAMILY ? 'e' : U_IS_BIG_ENDIAN ? 'b' : 'l');
[
all
...]
Completed in 1364 milliseconds