Home
last modified time | relevance | path

Searched defs:newFilePath (Results 1 – 25 of 98) sorted by relevance

1234

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/platform/unix/
H A DPlatformManagerUnixPlugin.java188 final String newFilePath = new File( in checkStartupScript() local
218 final String newFilePath = new File( in checkStartupScript() local
258 private void showScriptManualUpdateDialog(String newFilePath, in showScriptManualUpdateDialog()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Dsavenewrevisiondialog.cpp29 QString newFilePath = buildFilePath(ui->projectNameEdit->text()); in accept() local
79 QString newFilePath = buildFilePath(ui->projectNameEdit->text()); in getNewRevisionWithDialog() local
/dports/databases/akonadi/akonadi-21.12.3/autotests/private/
H A Dexternalpartstoragetest.cpp160 const QString newFilePath = ExternalPartStorage::resolveAbsolutePath(newfilename); in testPartUpdate() local
208 const QString newFilePath = ExternalPartStorage::resolveAbsolutePath(newfilename); in testPartUpdateTrxRollback() local
273 const QString newFilePath = ExternalPartStorage::resolveAbsolutePath(newfilename); in testPartUpdateTrxCommit() local
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dabstractfilestorage.cpp68 const QString newFilePath = Utils::Fs::toUniformPath(newPath); in renameFile() local
135 const QString newFilePath = newFolderPath + filePath(index).mid(oldFolderPath.size()); in renameFolder() local
/dports/audio/polyphone/polyphone-75a5e88/sources/repository/soundfont/editor/
H A Dsoundfonteditorfiles.cpp85 …QString newFilePath = getFilePath(ContextManager::recentFile()->getLastDirectory(RecentFileManager… in addFile() local
108 QString newFilePath = getFilePath(previousFilePath); in replaceCell() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/
H A DWizardNewFileCreationPage.java358 IPath newFilePath = containerPath.append(resourceGroup.getResource()); in createNewFile() local
585 IPath newFilePath = containerPath.append(resourceGroup.getResource()); in setupLinkedResourceTarget() local
716 IPath newFilePath = containerPath.append(resourceGroup.getResource()); in validateLinkedResource() local
821 IPath newFilePath = containerPath.append(resourceName); in isFilteredByParent() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-openstack/src/test/java/org/apache/hadoop/fs/swift/
H A DTestSwiftFileSystemRename.java192 final Path newFilePath = new Path("/test/home/user/files/file.txt"); in testRenameFileAndVerifyContents() local
253 final Path newFilePath = new Path("/test/home/user/files/file.txt"); in testRenamedConsistence() local
/dports/lang/ghc/ghc-8.10.7/libraries/base/System/Posix/
H A DInternals.hs165 newFilePath = newCWString function
177 newFilePath fp = getFileSystemEncoding >>= \enc -> GHC.newCString enc fp function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/offlinepages/
H A DPublishPageCallback.java33 public void onResult(String newFilePath) { in onResult()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/misc/
H A DExternalEditor.java41 public ExternalEditor(IPath newFilePath, EditorDescriptor editorDescriptor) { in ExternalEditor()
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/helpers/
H A Dcommondefs.cpp204 QString newFilePath = newFileDir + newFileName; in newUrl() local
231 QString newFilePath = newFileDir + newFileName; in newUrl() local
/dports/net-im/ruqola/ruqola-1.6.1/src/rocketchatrestapi-qt5/
H A Ddownloadfilejob.cpp47 const QString newFilePath = mLocalFileUrl.toLocalFile(); in slotDownloadDone() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/componentsplugin/
H A Daddtabdesigneraction.cpp113 QString newFilePath = directoryPath +QStringLiteral("/") + tabName + QStringLiteral(".qml"); in addNewTab() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/resourceeditor/
H A Dresourcenode.cpp230 const FilePath &newFilePath) in canRenameFile()
235 bool SimpleResourceFolderNode::renameFile(const FilePath &oldFilePath, const FilePath &newFilePath) in renameFile()
533 bool ResourceFolderNode::canRenameFile(const FilePath &oldFilePath, const FilePath &newFilePath) in canRenameFile()
553 bool ResourceFolderNode::renameFile(const FilePath &oldFilePath, const FilePath &newFilePath) in renameFile()
/dports/finance/prestashop/prestashop/src/Adapter/Product/VirtualProduct/Update/
H A DVirtualProductUpdater.php99 public function updateFile(VirtualProductFile $virtualProductFile, ?string $newFilePath): void
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dbrokenlinks.cpp601 bool LinkFixer::tryFixLink(const BrokenLink &link, const QString &newFilePath) in tryFixLink()
714 bool LinkFixer::tryFixMapTilesetReference(const SharedTileset &tileset, const QString &newFilePath) in tryFixMapTilesetReference()
738 …er::tryFixObjectTemplateReference(const ObjectTemplate *objectTemplate, const QString &newFilePath) in tryFixObjectTemplateReference()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dbuildsystem.cpp224 bool BuildSystem::canRenameFile(Node *, const FilePath &oldFilePath, const FilePath &newFilePath) in canRenameFile()
231 bool BuildSystem::renameFile(Node *, const FilePath &oldFilePath, const FilePath &newFilePath) in renameFile()
H A Dprojectnodes.cpp799 …l FolderNode::canRenameFile(const Utils::FilePath &oldFilePath, const Utils::FilePath &newFilePath) in canRenameFile()
807 bool FolderNode::renameFile(const Utils::FilePath &oldFilePath, const Utils::FilePath &newFilePath) in renameFile()
940 … ProjectNode::canRenameFile(const Utils::FilePath &oldFilePath, const Utils::FilePath &newFilePath) in canRenameFile()
947 bool ProjectNode::renameFile(const Utils::FilePath &oldFilePath, const Utils::FilePath &newFilePath) in renameFile()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/test/unit/core/
H A Dfile-path.test.ts441 const newFilePath = new FilePath(newFolder); constant
456 const newFilePath = new FilePath(newFolder); constant
533 const newFilePath = new FilePath(newFolder); constant
/dports/lang/ghc/ghc-8.10.7/libraries/unix/System/Posix/
H A DEnv.hsc156 newFilePath fp = getFileSystemEncoding >>= \enc -> GHC.newCString enc fp function
/dports/audio/elisa/elisa-21.12.3/src/abstractfile/
H A Dabstractfilelisting.cpp159 auto newFilePath = QUrl::fromLocalFile(oneEntry.canonicalFilePath()); in scanDirectory() local
198 for (const auto &newFilePath : currentFilesList) { in scanDirectory() local
/dports/astro/stellarium/stellarium-0.21.3/plugins/SolarSystemEditor/src/gui/
H A DManualImportWindow.cpp193 …QString newFilePath = QFileDialog::getOpenFileName(Q_NULLPTR, QString(), texturesDirectoryPath, fi… in selectTextureFile() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmakeprojectmanager/
H A Dqmakenodes.cpp269 const FilePath &newFilePath) in canRenameFile()
281 const FilePath &newFilePath) in renameFile()
/dports/audio/mixxx/mixxx-2.3.0/src/preferences/
H A Dupgrade.cpp66 QString newFilePath = newLocation.filePath("mixxxtrack.xml"); in versionUpgrade() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmljseditor/
H A Dqmljscomponentfromobjectdef.cpp192 const Utils::FilePath newFilePath = Utils::FilePath::fromString(newFileName); in performChanges() local

1234