Searched defs:filesPath (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/tools/toolutil/
H A Dpkg_icu.cpp59 readList(const char *filesPath, const char *listname, UBool readContents) { argument
122 listPkg->addFile(filesPath, start);
140 listPkg->addFile(filesPath, listname);
H A Dpackage.cpp1013 Package::addFile(const char *filesPath, const char *name) { argument
1018 data=readFile(filesPath, name, length, type);
1074 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { argument
1116 makeFullFilenameAndDirs(filesPath, outName, filename, (int32_t)sizeof(filename));
1132 Package::extractItem(const char *filesPath, int32_t idx, char outType) { argument
1133 extractItem(filesPath, items[idx].name, idx, outType);
1137 Package::extractItems(const char *filesPath, const char *pattern, char outType) { argument
1142 extractItem(filesPath, idx, outType);
1147 Package::extractItems(const char *filesPath, const Package &listPkg, char outType) { argument
1152 extractItems(filesPath, pIte
[all...]

Completed in 65 milliseconds