Home
last modified time | relevance | path

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

1234

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/filesys/
H A Dnativepath.cpp65 NativePath::NativePath() : Path() in NativePath() function in de::NativePath
68 NativePath::NativePath(NativePath const &other) in NativePath() function in de::NativePath
72 NativePath::NativePath(NativePath &&moved) in NativePath() function in de::NativePath
76 NativePath::NativePath(String const &str) : Path(toNative(str), DIR_SEPARATOR) in NativePath() function in de::NativePath
79 NativePath::NativePath(QString const &qstr) : Path(toNative(qstr), DIR_SEPARATOR) in NativePath() function in de::NativePath
82 NativePath::NativePath(char const *nullTerminatedCStr) in NativePath() function in de::NativePath
86 NativePath::NativePath(char const *cStr, dsize length) in NativePath() function in de::NativePath
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/io/
H A DPath.h83 using NativePath = CharString; variable
85 using NativePath = const wchar_t*; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/io/
H A Dqfilesystementry_p.h70 typedef QByteArray NativePath; typedef
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystementry_p.h69 typedef QByteArray NativePath; typedef
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystementry_p.h69 typedef QByteArray NativePath; typedef
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystementry_p.h69 typedef QByteArray NativePath; typedef
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystementry_p.h69 typedef QByteArray NativePath; typedef
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystementry_p.h69 typedef QByteArray NativePath; typedef
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystementry_p.h69 typedef QByteArray NativePath; typedef
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystementry_p.h69 typedef QByteArray NativePath; typedef
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystementry_p.h69 typedef QByteArray NativePath; typedef
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystementry_p.h69 typedef QByteArray NativePath; typedef
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystementry_p.h69 typedef QByteArray NativePath; typedef
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystementry_p.h69 typedef QByteArray NativePath; typedef
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystementry_p.h69 typedef QByteArray NativePath; typedef
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystementry_p.h69 typedef QByteArray NativePath; typedef
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystementry_p.h69 typedef QByteArray NativePath; typedef
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystementry_p.h69 typedef QByteArray NativePath; typedef
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystementry_p.h69 typedef QByteArray NativePath; typedef
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystementry_p.h69 typedef QByteArray NativePath; typedef
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystementry_p.h69 typedef QByteArray NativePath; typedef
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystementry_p.h69 typedef QByteArray NativePath; typedef
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/core/
H A Dapp.h49 class NativePath; variable
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/filesys/
H A Dfilesystem.h71 class NativePath; variable
/dports/devel/upp/upp/uppsrc/Core/
H A DPath.h24 inline String NativePath(const char *path) { return WinPath(path); } in NativePath() function
28 inline String NativePath(const char *path) { return UnixPath(path); } in NativePath() function

1234