Searched defs:source_directory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dexport-w3c-performance-wg-tests49 source_directory = os.path.join(sys.argv[1], 'LayoutTests', 'http', 'tests', 'w3c', 'webperf') variable
65 for root, dirs, files in os.walk(os.path.join(source_directory, directory_to_copy)):
66 root = os.path.relpath(root, source_directory)
74 with open(os.path.join(source_directory, root, filename), 'r') as in_file:
H A Dimport-w3c-performance-wg-tests48 source_directory = os.path.join(sys.argv[1], 'tests') variable
72 os.chdir(source_directory)
80 with open(os.path.join(source_directory, root, filename), 'r') as in_file:

Completed in 93 milliseconds