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

/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dimport-w3c-performance-wg-tests49 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:
H A Dexport-w3c-performance-wg-tests50 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/chrome/browser/sync/util/
H A Duser_settings_unittest.cc44 // |destination_directory|.
45 void SetUpVersion10Databases(const FilePath& destination_directory) { argument
47 destination_directory.Append(FilePath(kV10UserSettingsDB));
53 destination_directory.Append(FilePath(kOldStyleSyncDataDB));
106 // |destination_directory|.
107 void SetUpVersion11Database(const FilePath& destination_directory) { argument
109 destination_directory.Append(FilePath(kV11UserSettingsDB));
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Dtest_importer.py187 self.destination_directory = webkit_finder.path_from_webkit_base("LayoutTests", options.destination)
307 new_path = os.path.join(self.destination_directory, subpath)
385 destination_directory = os.path.join(self.destination_directory, new_subpath)
387 if not os.path.exists(destination_directory):
388 os.makedirs(destination_directory)
390 _log.info('Tests will be imported into: %s', destination_directory)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
H A Drebaselineserver.py141 destination_directory = os.path.join(
146 filesystem.maybe_make_directory(destination_directory)
151 destination_path = filesystem.join(destination_directory, file_name)

Completed in 118 milliseconds