Home | History | Annotate | Download | only in pkgdata

Lines Matching refs:noVersion

67 static int32_t pkg_installLibrary(const char *installDir, const char *dir, UBool noVersion);
78 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt, UBool noVersion);
566 UBool noVersion = FALSE;
642 noVersion = TRUE;
657 createFileNames(o, mode, version_major, o->version == NULL ? "" : o->version, o->libName, reverseExt, noVersion);
668 result = pkg_installLibrary(o->install, targetDir, noVersion);
711 result = pkg_installLibrary(o->install, targetDir, noVersion);
764 if (!noVersion) {
769 result = pkg_createSymLinks(targetDir, noVersion);
786 result = pkg_installLibrary(o->install, targetDir, noVersion);
867 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, UBool reverseExt, UBool noVersion) {
918 if (noVersion && !reverseExt) {
931 if (noVersion && !reverseExt) {
1064 static int32_t pkg_installLibrary(const char *installDir, const char *targetDir, UBool noVersion) {
1125 if (noVersion) {