Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/CygwinDownloader/
Dcygwin-downloader.py101 end_of_path = line.find(" ", 9) variable
102 if end_of_path != -1:
103 packages[current_package]["path"] = line[9:end_of_path]