Lines Matching refs:files

219 # Return human readable diffs from two temporary files
242 # Remove the temp files as we no longer need them.
484 # Return a sorted list of files found under the specified directory
487 for path, subdirs, files in os.walk(d) :
488 files.sort()
489 for name in files :
493 # Examine all files in base, ptch
495 # Return a list of files appearing in both proto areas,
496 # a list of new files (files found only in ptch) and
497 # a list of deleted files (files found only in base)
501 compFiles = [] # List of files in both proto areas
504 newFiles = [] # New files detected
505 deletedFiles = [] # Deleted files
507 debug("Getting the list of files in the base area");
510 debug("Found " + str(len(baseFilesList)) + " files")
512 debug("Getting the list of files in the patch area");
515 debug("Found " + str(len(ptchFilesList)) + " files")
517 # Inventory files in the base proto area
518 debug("Determining the list of regular files in the base area");
525 debug("Found " + str(len(compFiles)) + " files")
527 # Inventory files in the patch proto area
528 debug("Determining the list of regular files in the patch area");
535 debug("Found " + str(len(ptchList)) + " files")
537 # Deleted files appear in the base area, but not the patch area
538 debug("Searching for deleted files by comparing the lists")
542 debug("Found " + str(len(deletedFiles)) + " deleted files")
544 # Eliminate "deleted" files from the list of objects appearing
546 debug("Eliminating deleted files from the list of objects")
553 + " files")
555 # New files appear in the patch area, but not the base
556 debug("Getting the list of newly added files")
560 debug("Found " + str(len(newFiles)) + " new files")
565 # Examine the files listed in the input file list
567 # Return a list of files appearing in both proto areas,
568 # a list of new files (files found only in ptch) and
569 # a list of deleted files (files found only in base)
572 compFiles = [] # List of files in both proto areas
573 newFiles = [] # New files detected
574 deletedFiles = [] # Deleted files
582 files = []
583 files = fd.readlines()
586 for f in files :
781 # remove temp files as we no longer need them
1055 # There's some special case code here for Javadoc HTML files
1177 # Remove the temporary files now.
1298 # Named temporary files / directories
1310 # changed files for worker thread processing
1315 # Sort the list of files from a temporary file
1351 # Changed files (used only for the sorted case)
1380 # Set resource limit for number of open files as high as possible.
1388 error("cannot set resource limits for number of open files")
1417 # Set up the temporary directories / files