Searched refs:oldDir (Results 1 – 2 of 2) sorted by relevance
105 def exchange(currentDir, newDir, oldDir): argument113 call(["mv", currentDir, oldDir])121 oldDir = targetDir + ".old" variable127 exchange(targetDir, newDir, oldDir)129 "are in " + oldDir + ". Please verify if build files need to be updated.")
39 oldDir = os.getcwd()41 g_workDirStack.append(oldDir)