Lines Matching refs:uprv_strcpy
574 uprv_strcpy(targetDir, o->install); in pkg_executeOptions()
589 uprv_strcpy(targetDir, o->targetDir); in pkg_executeOptions()
592 uprv_strcpy(tmpDir, o->tmpDir); in pkg_executeOptions()
595 uprv_strcpy(datFileNamePath, tmpDir); in pkg_executeOptions()
597 uprv_strcpy(datFileName, o->shortName); in pkg_executeOptions()
614 uprv_strcpy(targetFileNamePath, targetDir); in pkg_executeOptions()
1004 uprv_strcpy(libFileNames[LIB_FILE_VERSION_TMP], libFileNames[LIB_FILE_VERSION_MAJOR]); in createFileNames()
1324 uprv_strcpy(libFileNames[LIB_FILE_VERSION], libFileNames[LIB_FILE_VERSION_TMP]); in pkg_archiveLibrary()
1516 uprv_strcpy(tempObjectFile, gencFilePath); in pkg_createWithAssemblyCode()
1629 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode()
1698 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode()
1725 uprv_strcpy(tempObjectFile, icudtAll); in pkg_createWithoutAssemblyCode()
1807 uprv_strcpy(dllFilePath, o->targetDir); in pkg_createWindowsDLL()
1809 uprv_strcpy(dllFilePath, o->srcDir); in pkg_createWindowsDLL()
1812 uprv_strcpy(libFilePath, dllFilePath); in pkg_createWindowsDLL()
1831 uprv_strcpy(tmpResFilePath, o->tmpDir); in pkg_createWindowsDLL()
1916 uprv_strcpy(tmpGenlibFlagBuffer, flag); in pkg_checkFlag()
1968 uprv_strcpy(flag, tmpbuffer); in pkg_checkFlag()
1970 uprv_strcpy(mapFile, o->shortName); in pkg_checkFlag()
2126 uprv_strcpy(tmp, o->srcDir); in loadLists()