OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:parentrepourl
(Results
1 - 2
of
2
) sorted by null
/external/skia/tools/
bisect_roll.go
35
parentRepoUrl
= flag.String("parent_repo_url", common.REPO_CHROMIUM, "URL of the parent repo (the child repo rolls into this repo).")
81
rm, err := repo_manager.NewDEPSRepoManager(ctx, *workdir, *
parentRepoUrl
, "master", *childPath, childBranch, depotTools, g, strat, nil, true, nil, "(local run)")
/external/skqp/tools/
bisect_roll.go
35
parentRepoUrl
= flag.String("parent_repo_url", common.REPO_CHROMIUM, "URL of the parent repo (the child repo rolls into this repo).")
81
rm, err := repo_manager.NewDEPSRepoManager(ctx, *workdir, *
parentRepoUrl
, "master", *childPath, childBranch, depotTools, g, strat, nil, true, nil, "(local run)")
Completed in 733 milliseconds