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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
import-w3c-performance-wg-tests 49 destination_directory = os.path.join(sys.argv[2], 'LayoutTests', 'http', 'tests', 'w3c', 'webperf') variable
51 if os.path.exists(destination_directory):
52 print 'Refusing to overwrite existing directory: %s' % destination_directory
54 os.makedirs(destination_directory)
71 os.makedirs(os.path.join(destination_directory, directory_to_copy))
78 os.makedirs(os.path.join(destination_directory, root, dirname))
81 with open(os.path.join(destination_directory, root, filename), 'w') as out_file:
export-w3c-performance-wg-tests 50 destination_directory = os.path.join(sys.argv[2], 'tests') variable
62 destination_subdirectory = os.path.join(destination_directory, directory_to_copy)
68 destination_subdirectory = os.path.join(destination_directory, root, dirname)
75 with open(os.path.join(destination_directory, root, filename), 'w') as out_file:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_importer.py 166 self.destination_directory = self.filesystem.normpath(self.filesystem.join(self.layout_tests_dir, options.destination,
168 self.import_in_place = (self.dir_to_import == self.destination_directory)
176 _log.info("Importing %s into %s", self.dir_to_import, self.destination_directory)
334 new_path = os.path.join(self.destination_directory, subpath)
413 destination_directory = os.path.join(self.destination_directory, new_subpath)
415 if not os.path.exists(destination_directory):
416 os.makedirs(destination_directory)
418 _log.info('Tests will be imported into: %s', destination_directory)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver.py 140 destination_directory = os.path.join(
145 filesystem.maybe_make_directory(destination_directory)
150 destination_path = filesystem.join(destination_directory, file_name)

Completed in 159 milliseconds