Home
last modified time | relevance | path

Searched +defs:path +defs:sep (Results 101 – 125 of 4460) sorted by relevance

12345678910>>...179

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/
H A DPharLapCommon.py88 def addPathIfNotExists(env_dict, key, path, sep=os.pathsep): argument
/dports/graphics/py-pivy/pivy-0.6.6/scons/scons-local-1.2.0.d20090919/SCons/Tool/
H A DPharLapCommon.py89 def addPathIfNotExists(env_dict, key, path, sep=os.pathsep): argument
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/Common/
H A DLongFilePathOsPath.py17 def isfile(path): argument
20 def isdir(path): argument
23 def exists(path): argument
45 sep = os.path.sep variable
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dgenericpath.py15 def exists(path): argument
26 def isfile(path): argument
85 def _splitext(p, sep, altsep, extsep): argument
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dgenericpath.py15 def exists(path): argument
26 def isfile(path): argument
85 def _splitext(p, sep, altsep, extsep): argument
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmTransformDepfile.cxx46 [&lg](const std::string& path) -> std::string { in WriteDepfile()
51 formatPath = [](const std::string& path) -> std::string { return path; }; in WriteDepfile()
64 for (auto const& path : dep.paths) { in WriteDepfile() local
75 for (auto const& path : dep.paths) { in WriteDepfile() local
97 const char* sep = ""; in WriteMSBuildAdditionalInputs() local
98 for (std::string path : content.front().paths) { in WriteMSBuildAdditionalInputs() local
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmTransformDepfile.cxx46 [&lg](const std::string& path) -> std::string { in WriteDepfile()
51 formatPath = [](const std::string& path) -> std::string { return path; }; in WriteDepfile()
64 for (auto const& path : dep.paths) { in WriteDepfile() local
75 for (auto const& path : dep.paths) { in WriteDepfile() local
97 const char* sep = ""; in WriteMSBuildAdditionalInputs() local
98 for (std::string path : content.front().paths) { in WriteMSBuildAdditionalInputs() local
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmTransformDepfile.cxx46 [&lg](const std::string& path) -> std::string { in WriteDepfile()
51 formatPath = [](const std::string& path) -> std::string { return path; }; in WriteDepfile()
64 for (auto const& path : dep.paths) { in WriteDepfile() local
75 for (auto const& path : dep.paths) { in WriteDepfile() local
97 const char* sep = ""; in WriteMSBuildAdditionalInputs() local
98 for (std::string path : content.front().paths) { in WriteMSBuildAdditionalInputs() local
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/
H A DafmLib.py100 def __init__(self, path=None): argument
110 def read(self, path): argument
192 def write(self, path, sep='\r'): argument
339 def readlines(path): argument
344 def writelines(path, lines, sep='\r'): argument
351 path = EasyDialogs.AskFileForOpen() variable
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/
H A DafmLib.py140 def __init__(self, path=None): argument
155 def read(self, path): argument
238 def write(self, path, sep='\r'): argument
402 def readlines(path): argument
407 def writelines(path, lines, sep='\r'): argument
414 path = EasyDialogs.AskFileForOpen() variable
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dos2emxpath.py26 sep = '/' variable
110 def ismount(path): argument
121 def normpath(path): argument
147 def abspath(path): argument
H A Dgenericpath.py23 def exists(path): argument
34 def isfile(path): argument
93 def _splitext(p, sep, altsep, extsep): argument
/dports/lang/python27/Python-2.7.18/Lib/
H A Dos2emxpath.py26 sep = '/' variable
110 def ismount(path): argument
121 def normpath(path): argument
147 def abspath(path): argument
H A Dgenericpath.py23 def exists(path): argument
34 def isfile(path): argument
93 def _splitext(p, sep, altsep, extsep): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/android/testing/
H A Dmkdtemp.h56 char* breakpad_mkdtemp(char* path) { in breakpad_mkdtemp()
75 char* sep = strrchr(path, '/'); in breakpad_mkdtemp() local
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/system/
H A DStringUtils.cpp31 void getPathName(const string &path, const string &base, vector<string> &pathnames) in getPathName()
40 for (unsigned int pos = 0, sep = path.find(Config::PATH_SEP, pos); pos < size; in getPathName() local
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/common/android/testing/
H A Dmkdtemp.h56 char* breakpad_mkdtemp(char* path) { in breakpad_mkdtemp()
75 char* sep = strrchr(path, '/'); in breakpad_mkdtemp() local
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/android/testing/
H A Dmkdtemp.h56 char* breakpad_mkdtemp(char* path) { in breakpad_mkdtemp()
75 char* sep = strrchr(path, '/'); in breakpad_mkdtemp() local
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/common/android/testing/
H A Dmkdtemp.h56 char* breakpad_mkdtemp(char* path) { in breakpad_mkdtemp()
75 char* sep = strrchr(path, '/'); in breakpad_mkdtemp() local
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/common/android/testing/
H A Dmkdtemp.h56 char* breakpad_mkdtemp(char* path) { in breakpad_mkdtemp()
75 char* sep = strrchr(path, '/'); in breakpad_mkdtemp() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/android/testing/
H A Dmkdtemp.h56 char* breakpad_mkdtemp(char* path) { in breakpad_mkdtemp()
75 char* sep = strrchr(path, '/'); in breakpad_mkdtemp() local
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/android/testing/
H A Dmkdtemp.h56 char* breakpad_mkdtemp(char* path) { in breakpad_mkdtemp()
75 char* sep = strrchr(path, '/'); in breakpad_mkdtemp() local
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/android/testing/
H A Dmkdtemp.h56 char* breakpad_mkdtemp(char* path) { in breakpad_mkdtemp()
75 char* sep = strrchr(path, '/'); in breakpad_mkdtemp() local
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/common/android/testing/
H A Dmkdtemp.h56 char* breakpad_mkdtemp(char* path) { in breakpad_mkdtemp()
75 char* sep = strrchr(path, '/'); in breakpad_mkdtemp() local
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/src/
H A Dtheme_loader.cpp102 std::string path = getFilePath( fileName ); in load() local
141 std::string path; in extract() local
295 void ThemeLoader::deleteTempFiles( const std::string &path ) in deleteTempFiles()
300 bool ThemeLoader::parse( const std::string &path, const std::string &xmlFile ) in parse()
321 const std::string &sep = pOsFactory->getDirSeparator(); in getFilePath() local
343 const std::string &sep = OSFactory::instance( getIntf() )->getDirSeparator(); in findFile() local

12345678910>>...179