Home
last modified time | relevance | path

Searched refs:newPathName (Results 1 – 2 of 2) sorted by relevance

/external/curl/tests/python_dependencies/impacket/
Dsmbserver.py1459 newPathName = os.path.join(path,newFileName)
1468 os.rename(oldPathName,newPathName)
3101newPathName = os.path.join(path,renameInfo['FileName'].decode('utf-16le').replace('\\', '/'))
3102 if renameInfo['ReplaceIfExists'] == 0 and os.path.exists(newPathName):
3105 os.rename(pathName,newPathName)
3106 connData['OpenedFiles'][fileID]['FileName'] = newPathName
/external/python/cpython3/Lib/tkinter/
D__init__.py3294 def peer_create(self, newPathName, cnf={}, **kw): # new in Tk 8.5 argument
3299 self.tk.call(self._w, 'peer', 'create', newPathName,