Home | History | Annotate | Download | only in mac

Lines Matching refs:makeDir

576   my($makeDir, @tempDirsToMake);
577 foreach $makeDir (@makeDirs) {
578 if($makeDir =~ /^\//) {
579 push(@tempDirsToMake, $tempRoot.$makeDir);
582 push(@tempDirsToMake, $tempRoot.'/'.$makeDir);