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

  /external/autotest/client/bin/
package.py 201 package_pattern = re.compile('RPM', re.IGNORECASE)
203 package_pattern = re.compile('Debian', re.IGNORECASE)
205 result = re.search(package_pattern, file_result)
  /external/v8/build/android/
install_emulator_deps.py 151 def UpdateSDK(api_level, package_name, package_pattern, timeout):
157 package_pattern: the pattern to match the filter index from.
170 match = package_pattern.match(line)

Completed in 41 milliseconds