Home
last modified time | relevance | path

Searched defs:realPath (Results 1 – 25 of 242) sorted by relevance

12345678910

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/utils/
H A DFileUtilTest.java44 IPath realPath = baseTestDir.append("Test.TXT"); in testRealPath() local
56 IPath realPath = baseTestDir.append("ExistingDir"); in testRealPathOfNonexistingFile() local
69 IPath realPath = baseTestDir.append("Test.TXT"); in testRealURI() local
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/mail/
H A Dexportmailjobinterface.cpp218 const QString realPath = convertToFullCollectionPath(id); in backupConfig() local
245 const QString realPath = convertToFullCollectionPath(id); in backupConfig() local
277 const QString realPath = convertToFullCollectionPath(collectionId); in backupConfig() local
309 const QString realPath = convertToFullCollectionPath(collectionId); in backupConfig() local
365 const QString realPath = convertToFullCollectionPath(collectionId); in backupConfig() local
380 const QString realPath = convertToFullCollectionPath(collectionId); in backupConfig() local
393 const QString realPath = convertToFullCollectionPath(collectionId); in backupConfig() local
409 const QString realPath = convertToFullCollectionPath(collectionId); in backupConfig() local
546 … const QString realPath = convertToFullCollectionPath(group.readEntry(fcc).toLongLong()); in backupIdentity() local
551 … const QString realPath = convertToFullCollectionPath(group.readEntry(draft).toLongLong()); in backupIdentity() local
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/xdmf3/vtkxdmf3/core/
H A DXdmfSystemUtils.cpp56 char realPath[_MAX_PATH]; in getRealPath() local
61 char realPath[PATH_MAX]; in getRealPath() local
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf3/vtkxdmf3/core/
H A DXdmfSystemUtils.cpp55 char realPath[_MAX_PATH]; in getRealPath() local
60 char realPath[PATH_MAX]; in getRealPath() local
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/feathery_ftp/
H A DftpCmds.c301 const char * realPath = ftpGetRealPath(sessionId, dirEntry, FALSE); in sendListing() local
428 const char* realPath; in ftpCmdList() local
469 const char* realPath; in ftpCmdNlst() local
507 const char* realPath = ftpGetRealPath(sessionId, args, TRUE); in ftpCmdRetr() local
586 const char* realPath = ftpGetRealPath(sessionId, args, TRUE); in ftpCmdStor() local
632 const char* realPath = ftpGetRealPath(sessionId, args, TRUE); in ftpCmdDele() local
644 const char* realPath = ftpGetRealPath(sessionId, args, TRUE); in ftpCmdMkd() local
656 const char* realPath = ftpGetRealPath(sessionId, args, TRUE); in ftpCmdRmd() local
812 const char* realPath = ftpGetRealPath(sessionId, args, TRUE); in ftpCmdSize() local
833 const char* realPath = ftpGetRealPath(sessionId, args, TRUE); in ftpCmdMdtm() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources.saveparticipant3/src/org/eclipse/core/tests/resources/saveparticipant3/
H A DSaveParticipant3Plugin.java51 IPath realPath = getRealPath(file1, context.getSaveNumber()); in prepareToSave() local
67 IPath realPath = getRealPath(file1, context.getPreviousSaveNumber()); in validate() local
/dports/www/xsp/xsp-4.5/src/Mono.WebServer/
H A DVPathToHost.cs42 public string realPath; field in Mono.WebServer.VPathToHost
47 public VPathToHost (string vhost, int vport, string vpath, string realPath) in VPathToHost()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Converter/src/testBug443942/org.eclipse.swt.internal.gtk/
H A DA.java3 public static final native long /*int*/ realpath(byte[] path, byte[] realPath); in realpath()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/
H A Dresourceconverterbase.cpp99 const QString realPath = convertToFullCollectionPath(collectionId); in convertCollectionIdsToRealPath() local
126 const QString realPath = convertToFullCollectionPath(collectionValue); in convertCollectionListToRealPath() local
152 const QString realPath = convertToFullCollectionPath(collectionValue); in convertCollectionToRealPath() local
/dports/sysutils/nix/nix-2.3.10/src/libstore/
H A Dlocal-fs-store.cc31 auto realPath = toRealPath(path); in stat() local
52 auto realPath = toRealPath(path); in readDirectory() local
/dports/games/manaplus/manaplus-2.1.3.17/src/fs/
H A Dpaths.cpp98 char *realPath = reinterpret_cast<char*>(calloc(PATH_MAX, sizeof(char))); in getRealPath() local
105 char *realPath = realpath(str.c_str(), nullptr); in getRealPath() local
/dports/math/vtk6/VTK-6.2.0/ThirdParty/xdmf3/vtkxdmf3/core/
H A DXdmfSystemUtils.cpp44 char realPath[PATH_MAX]; in getRealPath() local
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_export/sci_gateway/cpp/
H A Dsci_xinit.cpp37 char * realPath = 0; in sci_xinit() local
/dports/games/0ad/0ad-0.0.23b-alpha/source/ps/
H A DSavedGame.cpp126 OsPath realPath; in Save() local
205 OsPath realPath; in Load() local
235 OsPath realPath; in GetSavedGames() local
/dports/games/manaplus/manaplus-2.1.3.17/src/fs/virtfs/
H A Dtools.cpp55 const std::string realPath = VirtFs::getRealDir(file); in searchAndAddArchives() local
74 const std::string realPath = VirtFs::getRealDir(file); in searchAndRemoveArchives() local
/dports/games/multimc/MultiMC5-0.6.11/application/widgets/
H A DJavaSettingsWidget.cpp349 auto realPath = FS::ResolveExecutable(path); in checkJavaPathOnEdit() local
371 auto realPath = FS::ResolveExecutable(path); in checkJavaPath() local
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/core/src/filesystem/
H A DZLFSManager.cpp52 std::string realPath = path.substr(0, index); in normalize() local
/dports/security/keybase/client-v5.7.1/go/kbfs/libfuse/
H A Dalias.go22 realPath string member
/dports/misc/usd/USD-21.11/pxr/base/tf/
H A DwrapPathUtils.cpp44 string realPath = TfRealPath(path, allowInaccessibleSuffix, &error); in _RealPath() local
/dports/devel/kf5-kdbusaddons/kdbusaddons-5.89.0/src/
H A Dkdedmodule.cpp36 QDBusObjectPath realPath(QLatin1String("/modules/") + d->moduleName); in setModuleName() local
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DFileUtils.cpp100 std::string realPath = URIUtils::GetRealPath(strPath); in RemoteAccessAllowed() local
302 const std::string realPath = fullpath; in CheckFileAccessAllowed() local
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Dwx_filename.cpp91 char* realPath = realpath( TO_UTF8( aFilename.GetFullPath() ), buffer ); in ResolvePossibleSymlinks() local
/dports/mail/mew/mew-6.8/bin/hs/
H A DUtil.hs17 realPath sym = canonicalizePath sym `E.catch` \(_::SomeException) -> return sym function
/dports/mail/mew-devel/Mew-6.8-72-gfc4bca6/bin/hs/
H A DUtil.hs17 realPath sym = canonicalizePath sym `E.catch` \(_::SomeException) -> return sym function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/network/httprequesthandler/
H A DHTTPVfsHandler.cpp42 std::string realPath = URIUtils::GetRealPath(file); in CHTTPVfsHandler() local

12345678910