Home
last modified time | relevance | path

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

/external/skia/gn/
Dcodesign_ios.py22 pkg,identstr,profile = sys.argv[1:] variable
27 m = re.match(r'''.*\) (.*) "''' + identstr + '"', line)
31 print("Signing identity matching '" + identstr + "' not found.")
/external/skqp/gn/
Dcodesign_ios.py21 pkg,identstr,profile = sys.argv[1:] variable
26 m = re.match(r'''.*\) (.*) "''' + identstr + '"', line)