Home | History | Annotate | Download | only in functional

Lines Matching refs:directory

129                   'but this directory does not exist.' % self._local_perf_dir)
290 variable 'LOCAL_PERF_DIR' has been specified and refers to a valid directory
493 and refers to a valid directory on the local machine.
1642 def _CleanupAdditionalFilesInDir(directory, orig_files):
1643 """Removes the additional files in the specified directory.
1645 This function will remove all files from |directory| that are not
1649 directory: A string directory path.
1651 the specified directory.
1654 if os.path.isdir(directory):
1655 downloads_to_remove = [os.path.join(directory, name)
1656 for name in os.listdir(directory)
2208 name: the page cycler test name (corresponds to a directory or test file)
2233 """This recursively reads all of the files in a given url directory.
2238 subdir: a subdirectory of the page cycler data directory.
2260 dirname: directory containing the page cycler test
2695 docroot: The directory from which to serve files.