HomeSort by relevance Sort by last modified time
    Searched refs:dir_path (Results 1 - 3 of 3) sorted by null

  /development/testrunner/
coverage.py 291 def _TidyDir(self, dir_path):
292 """Recursively tidy all html files in given dir_path."""
293 html_file_pattern = os.path.join(dir_path, "*.html")
297 sub_dirs = os.listdir(dir_path)
299 sub_dir_path = os.path.join(dir_path, sub_dir_name)
  /external/webkit/JavaScriptCore/tests/mozilla/
runtests.pl 50 local $dir_path = $path . $dir;
51 chdir $dir_path;
53 opendir ( DIR, ${dir_path} );
  /development/scripts/
divide_and_compress.py 208 def CompressDirectory(self, unused_id, dir_path, dir_contents):
211 This method compresses the directory 'dir_path'. It will add to an existing
219 dir_path: A string, the path to the directory to compress.
228 zip_queue.append(os.path.join(dir_path, filename))

Completed in 221 milliseconds