Lines Matching refs:uprv_strcpy
543 uprv_strcpy(targetDir, o->install); in pkg_executeOptions()
556 uprv_strcpy(targetDir, o->targetDir); in pkg_executeOptions()
559 uprv_strcpy(tmpDir, o->tmpDir); in pkg_executeOptions()
562 uprv_strcpy(datFileNamePath, tmpDir); in pkg_executeOptions()
564 uprv_strcpy(datFileName, o->shortName); in pkg_executeOptions()
581 uprv_strcpy(targetFileNamePath, targetDir); in pkg_executeOptions()
870 uprv_strcpy(libFileNames[LIB_FILE_VERSION_TMP], libFileNames[LIB_FILE_VERSION_MAJOR]); in createFileNames()
1127 uprv_strcpy(libFileNames[LIB_FILE_VERSION], libFileNames[LIB_FILE_VERSION_TMP]); in pkg_archiveLibrary()
1232 uprv_strcpy(tempObjectFile, gencFilePath); in pkg_createWithAssemblyCode()
1336 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode()
1409 uprv_strcpy(tempObjectFile, gencmnFile); in pkg_createWithoutAssemblyCode()
1434 uprv_strcpy(tempObjectFile, icudtAll); in pkg_createWithoutAssemblyCode()
1475 uprv_strcpy(staticLibFilePath, o->tmpDir); in pkg_createWindowsDLL()
1492 uprv_strcpy(dllFilePath, o->targetDir); in pkg_createWindowsDLL()
1494 uprv_strcpy(dllFilePath, o->srcDir); in pkg_createWindowsDLL()
1497 uprv_strcpy(libFilePath, dllFilePath); in pkg_createWindowsDLL()
1516 uprv_strcpy(tmpResFilePath, o->tmpDir); in pkg_createWindowsDLL()
1597 uprv_strcpy(flag, tmpbuffer); in pkg_checkFlag()
1599 uprv_strcpy(mapFile, o->shortName); in pkg_checkFlag()
1751 uprv_strcpy(tmp, o->srcDir); in loadLists()