Home | History | Annotate | Download | only in tools

Lines Matching full:splitpath

2703     splitpath = os.path.split(minidump_name)
2704 self.dumppath = splitpath[0]
2705 self.dumpfilename = splitpath[1]