Home
last modified time | relevance | path

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

/build/make/core/
Dchecktree84 added_depot_path = run("p4 opened ...", r'([^#]+)#.*', r'.*?#[0-9]+ - add .*'); variable
86 if added_depot_path:
87 added_depot_path = map(quotate, added_depot_path) variable
89 where = "p4 where " + " ".join(added_depot_path)