Home
last modified time | relevance | path

Searched refs:copyDirectoryTo (Results 1 – 12 of 12) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/water/files/
H A DFile.h469 bool copyDirectoryTo (const File& newDirectory) const;
H A DFile.cpp327 bool File::copyDirectoryTo (const File& newDirectory) const in copyDirectoryTo() function in water::File
355 …if (! subFiles.getReference(i).copyDirectoryTo (newDirectory.getChildFile (subFiles.getReference(i… in copyDirectoryTo()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/files/
H A Djuce_File.h550 bool copyDirectoryTo (const File& newDirectory) const;
H A Djuce_File.cpp328 bool File::copyDirectoryTo (const File& newDirectory) const in copyDirectoryTo() function in juce::File
337 if (! f.copyDirectoryTo (newDirectory.getChildFile (f.getFileName()))) in copyDirectoryTo()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/files/
H A Djuce_File.h550 bool copyDirectoryTo (const File& newDirectory) const;
H A Djuce_File.cpp328 bool File::copyDirectoryTo (const File& newDirectory) const in copyDirectoryTo() function in juce::File
337 if (! f.copyDirectoryTo (newDirectory.getChildFile (f.getFileName()))) in copyDirectoryTo()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/files/
H A Djuce_File.h542 bool copyDirectoryTo (const File& newDirectory) const;
H A Djuce_File.cpp328 bool File::copyDirectoryTo (const File& newDirectory) const in copyDirectoryTo() function in juce::File
337 if (! f.copyDirectoryTo (newDirectory.getChildFile (f.getFileName()))) in copyDirectoryTo()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ProjectSaving/
H A Djucer_ProjectExport_Android.h225 extraAssets.copyDirectoryTo (assetsFolder); in create()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/
H A Djucer_Project.cpp1005 tempDirectory.copyDirectoryTo (newDirectory); in saveAndMoveTemporaryProject()
/dports/audio/carla/Carla-2.4.1/source/backend/plugin/
H A DCarlaPlugin.cpp1308 File(opts.resourceDir).copyDirectoryTo(File(resFolderTarget.buffer())); in exportAsLV2()
H A DCarlaPluginLV2.cpp5089 otherStateDir.copyDirectoryTo(tmpDir); in cloneLV2Files()
5094 otherTmpDir.copyDirectoryTo(tmpDir); in cloneLV2Files()