Home
last modified time | relevance | path

Searched defs:toNativePath (Results 1 – 10 of 10) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/
H A Dfilesystem-utilities.h37 ClangBackEnd::NativeFilePath toNativePath(const char (&text)[Size]) in toNativePath() function
44 inline Utils::PathString toNativePath(const QString &text) in toNativePath() function
51 inline Utils::PathString toNativePath(Utils::SmallStringView text) in toNativePath() function
/dports/www/moodle310/moodle/backup/cc/cc_lib/gral_lib/
H A Dpathutils.php89 function toNativePath(&$path) { function
/dports/www/moodle311/moodle/backup/cc/cc_lib/gral_lib/
H A Dpathutils.php89 function toNativePath(&$path) { function
/dports/www/moodle39/moodle/backup/cc/cc_lib/gral_lib/
H A Dpathutils.php89 function toNativePath(&$path) { function
/dports/textproc/hs-pandoc/pandoc-2.14.2/test/Tests/Readers/
H A DOdt.hs51 toNativePath name = "odt/native/" ++ name ++ ".native" function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/test/Tests/Readers/
H A DOdt.hs53 toNativePath name = "odt/native/" ++ name ++ ".native" function
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/utils/
H A Dfs.cpp65 QString Utils::Fs::toNativePath(const QString &path) in toNativePath() function in Utils::Fs
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dmacrosmanager.cpp46 static const wxString toNativePath(_T("$TO_NATIVE_PATH{")); variable
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADABaseUtils/src/
H A DCOLLADABUURI.cpp1062 String URI::toNativePath(Utils::SystemType type) const in toNativePath() function in COLLADABU::URI
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/util/
H A DUtil.java2226 public static String toNativePath(String path) { in toNativePath() method in Util