Searched refs:FileFixPath (Results 1 – 2 of 2) sorted by relevance
1037 … file(FileFixPath(projectPath + "/" + name), 'wb').write(zip.read(name))1040 … file(FileFixPath(projectPath + "/" + name), 'w').write(zip.read(name))1042 self.currentJetConfigFile = FileFixPath(projectPath + "/") + jtcFile1048 … self.jet_file.segments[index].filename = FileFixPath(projectPath + "/" + segment.filename)1050 … self.jet_file.segments[index].dlsfile = FileFixPath(projectPath + "/" + segment.dlsfile)1051 …self.jet_file.segments[index].output = FileFixPath(projectPath + "/" + segment.output) …1054 … self.jet_file.libraries[index] = FileFixPath(projectPath + "/" + library)
184 def FileFixPath(fileSpec): function