Home | History | Annotate | Download | only in Scripts

Lines Matching refs:split

128             path = os.path.split(lastpath)[0]

223 srcParentDir = os.path.basename(os.path.split(fullSrc)[0])
237 dirpath, src = os.path.split(self.inputFilename)
398 oldOp = oldAsm.split()
475 uses = filter(None, uses.split())
486 publics = map(lambda p: p.split(':')[0].strip(), publics)
770 (self.dir, inf) = os.path.split(path)
772 (lastpath, self.moduleName) = os.path.split(parent)
776 (parent, basename) = os.path.split(lastpath)
832 infPath = os.path.split(os.path.realpath(self.inf))[0]
836 srcParentDir = os.path.basename(os.path.split(fullSrc)[0])