Searched refs:remotePath (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/ |
| H A D | ssh.py | 127 remotePath = '%s@%s:%s' % (self.user, self.ip, remoteDst) 128 scpCmd = self.scp + [localSrc, remotePath] 135 remotePath = '%s@%s:%s' % (self.user, self.ip, remoteSrc) 136 scpCmd = self.scp + [remotePath, localDst] 162 def deleteFiles(self, remotePath, files): argument 172 cmd = "%s %s" % (cmd, os.path.join(remotePath, f)) 177 def deleteDir(self, remotePath): argument 182 cmd = "rmdir %s" % remotePath 186 def deleteDirStructure(self, localPath, remotePath): argument 215 remoteDir = os.path.join(remotePath, tmpDir.lstrip("/")) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qplacemanagerengine_nokiav2.h | 97 QPlaceIcon icon(const QString &remotePath,
|
| H A D | qplacemanagerengine_nokiav2.cpp | 688 QPlaceIcon QPlaceManagerEngineNokiaV2::icon(const QString &remotePath, in icon() argument 695 QRegularExpressionMatch match = rx.match(remotePath); in icon() 716 QString path = remotePath + (!m_theme.isEmpty() in icon()
|