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);
556 UBool noVersion = FALSE;
632 noVersion = TRUE;
647 createFileNames(o, mode, version_major, o->version == NULL ? "" : o->version, o->libName, reverseExt, noVersion);
658 result = pkg_installLibrary(o->install, targetDir, noVersion);
701 result = pkg_installLibrary(o->install, targetDir, noVersion);
753 if (!noVersion) {
757 result = pkg_createSymLinks(targetDir, noVersion);
760 result = pkg_createSymLinks(targetDir, noVersion);
777 result = pkg_installLibrary(o->install, targetDir, noVersion);
858 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, UBool reverseExt, UBool noVersion) {
909 if (noVersion && !reverseExt) {
922 if (noVersion && !reverseExt) {
1020 static int32_t pkg_installLibrary(const char *installDir, const char *targetDir, UBool noVersion) {
1066 if (noVersion) {