Home
last modified time | relevance | path

Searched refs:path_to_exclude (Results 1 – 1 of 1) sorted by relevance

/frameworks/webview/chromium/tools/
Dgenerate_local_manifest.py17 def createLocalManifest(manifest_path, local_manifest_path, path_to_exclude): argument
24 project_path.startswith(path_to_exclude)) or
26 project_name.startswith(path_to_exclude)))
49 path_to_exclude = sys.argv[2]
61 print 'Path to exclude: %s' % path_to_exclude
63 createLocalManifest(manifest_path, local_manifest_path, path_to_exclude)