OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstProjPath
(Results
1 - 2
of
2
) sorted by null
/external/skia/gn/
gn_meta_sln.py
123
dstProjPath
= os.path.join("out", "sln", projConfigs[0][1])
125
dstFilterPath =
dstProjPath
+ ".filters"
128
ensureExists(os.path.dirname(
dstProjPath
))
167
with open(
dstProjPath
, "w") as newProj:
/external/skqp/gn/
gn_meta_sln.py
123
dstProjPath
= os.path.join("out", "sln", projConfigs[0][1])
125
dstFilterPath =
dstProjPath
+ ".filters"
128
ensureExists(os.path.dirname(
dstProjPath
))
167
with open(
dstProjPath
, "w") as newProj:
Completed in 70 milliseconds