Home
last modified time | relevance | path

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

/third_party/skia/gn/
Dgn_meta_sln.py125 dstProjPath = os.path.join("out", "sln", projConfigs[0][1]) variable
127 dstFilterPath = dstProjPath + ".filters"
130 ensureExists(os.path.dirname(dstProjPath))
169 with open(dstProjPath, "w") as newProj: