Home
last modified time | relevance | path

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

/external/sonivox/jet_tools/JetCreator/
DJetCreator.py1037 … file(FileFixPath(projectPath + "/" + name), 'wb').write(zip.read(name))
1040 … file(FileFixPath(projectPath + "/" + name), 'w').write(zip.read(name))
1042 self.currentJetConfigFile = FileFixPath(projectPath + "/") + jtcFile
1048 … 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)
DJetUtils.py184 def FileFixPath(fileSpec): function