Home | History | Annotate | Download | only in Scripts

Lines Matching refs:dirmode

58         self.dirmode = os.path.isdir(self.src)

60 assert (self.dirmode or srcExt != '.nasm')
61 self.infmode = not self.dirmode and srcExt == '.inf'
1006 elif self.dirmode:
1008 elif not self.dirmode: