Home
last modified time | relevance | path

Searched refs:getRelativePathFrom (Results 1 – 25 of 25) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/extras/Build/juce_build_tools/utils/
H A Djuce_RelativePath.h55 : path (unixStylePath (getRelativePathFrom (file, rootFolder))), root (rootType) in RelativePath()
101 …return RelativePath (getRelativePathFrom (originalRoot.getChildFile (toUnixStyle()), newRoot), new… in rebased()
H A Djuce_BuildHelperFunctions.h82 String getRelativePathFrom (const File& file, const File& sourceFolder);
H A Djuce_BuildHelperFunctions.cpp333 String getRelativePathFrom (const File& file, const File& sourceFolder) in getRelativePathFrom() function
341 return file.getRelativePathFrom (sourceFolder); in getRelativePathFrom()
/dports/audio/carla/Carla-2.4.1/source/modules/water/files/
H A DFile.h186 String getRelativePathFrom (const File& directoryToBeRelativeTo) const;
H A DFile.cpp883 String File::getRelativePathFrom (const File& dir) const in getRelativePathFrom() function in water::File
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Utility/UI/PropertyComponents/
H A Djucer_FilePathPropertyComponent.h122 : f.getRelativePathFrom (root); in setTo()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Application/
H A Djucer_CommandLine.cpp285 … zip.addFile (i.getFile(), 9, i.getFile().getRelativePathFrom (moduleFolderParent)); in zipModule()
497 + header.getRelativePathFrom (file.getParentDirectory()) in fixIncludes()
661 …<< "// Source file: " << source.getRelativePathFrom (target.getParentDirectory()) << preferredLine… in encodeBinary()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/Components/
H A Djucer_ViewportHandler.h155 … .getRelativePathFrom (code.document->getCppFile().getParentDirectory()) in fillInCreationCode()
507 … newFile.getRelativePathFrom (document.getCppFile().getParentDirectory()) in setFile()
H A Djucer_JucerComponentHandler.h181 … newFile.getRelativePathFrom (document.getCppFile().getParentDirectory()) in setFile()
H A Djucer_TabbedComponentHandler.h948 … newFile.getRelativePathFrom (document.getCppFile().getParentDirectory()) in setFile()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/files/
H A Djuce_File.h189 String getRelativePathFrom (const File& directoryToBeRelativeTo) const;
H A Djuce_File.cpp881 String File::getRelativePathFrom (const File& dir) const in getRelativePathFrom() function in juce::File
1127 …expectEquals (tempFile.getRelativePathFrom (demoFolder.getParentDirectory()), demoFolder.getFileNa… in runTest()
1128 …expectEquals (demoFolder.getParentDirectory().getRelativePathFrom (tempFile), ".." + File::getSepa… in runTest()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Utility/Helpers/
H A Djucer_CodeHelpers.cpp73 …return createIncludeStatement (build_tools::unixStylePath (build_tools::getRelativePathFrom (inclu… in createIncludeStatement()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/files/
H A Djuce_File.h189 String getRelativePathFrom (const File& directoryToBeRelativeTo) const;
H A Djuce_File.cpp881 String File::getRelativePathFrom (const File& dir) const in getRelativePathFrom() function in juce::File
1127 …expectEquals (tempFile.getRelativePathFrom (demoFolder.getParentDirectory()), demoFolder.getFileNa… in runTest()
1128 …expectEquals (demoFolder.getParentDirectory().getRelativePathFrom (tempFile), ".." + File::getSepa… in runTest()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/files/
H A Djuce_File.h181 String getRelativePathFrom (const File& directoryToBeRelativeTo) const;
H A Djuce_File.cpp882 String File::getRelativePathFrom (const File& dir) const in getRelativePathFrom() function in juce::File
1128 …expectEquals (tempFile.getRelativePathFrom (demoFolder.getParentDirectory()), demoFolder.getFileNa… in runTest()
1129 …expectEquals (demoFolder.getParentDirectory().getRelativePathFrom (tempFile), ".." + File::getSepa… in runTest()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/
H A Djucer_BinaryResources.cpp302 .getRelativePathFrom (code.document->getCppFile()) in fillInGeneratedCode()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/UI/
H A Djucer_ComponentLayoutEditor.cpp369 … f.getRelativePathFrom (document.getCppFile().getParentDirectory())); in filesDropped()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/filebrowser/
H A Djuce_FileBrowserComponent.cpp408 newFilenames.add (f.getRelativePathFrom (getRoot())); in selectionChanged()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/filebrowser/
H A Djuce_FileBrowserComponent.cpp408 newFilenames.add (f.getRelativePathFrom (getRoot())); in selectionChanged()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/Modules/
H A Djucer_Modules.cpp367 auto pathWithinModule = build_tools::getRelativePathFrom (sourceFile, localModuleFolder); in addBrowseableCode()
/dports/audio/carla/Carla-2.4.1/source/bridges-ui/
H A DCarlaBridgeFormatLV2.cpp913 …return strdup(File(absolutePath).getRelativePathFrom(File::getCurrentWorkingDirectory()).toRawUTF8… in handleStateMapToAbstractPath()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/
H A Djucer_Project.cpp1165 filename = build_tools::getRelativePathFrom (file, relativePathBase); in getRelativePathForFile()
/dports/audio/carla/Carla-2.4.1/source/backend/plugin/
H A DCarlaPluginLV2.cpp5743 return strdup(wabsolutePath.getRelativePathFrom(targetDir).toRawUTF8()); in handleStateMapToAbstractPath()