Searched refs:dirsok (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Dspdxcheck.py396 dirsok = 0 variable
400 dirsok += 1
419 pc = int(100 * dirsok / ndirs)
420 sys.stderr.write('Directories complete: %8d %3d%%\n' %(dirsok, pc))
422 if ndirs and ndirs != dirsok and args.dirs:
433 if ndirs and ndirs != dirsok and args.files:

Completed in 114 milliseconds