OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RunWithPrependedPath
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/telemetry/
PRESUBMIT.py
32
def
RunWithPrependedPath
(prepended_path, fn, *args):
46
return
RunWithPrependedPath
(GetPathsToPrepend(input_api), go)
53
return
RunWithPrependedPath
(GetPathsToPrepend(input_api), go)
/external/chromium-trace/trace-viewer/
PRESUBMIT.py
64
def
RunWithPrependedPath
(prepended_path, fn, *args):
80
return
RunWithPrependedPath
(GetPathsToPrepend(input_api), go)
88
return
RunWithPrependedPath
(GetPathsToPrepend(input_api), go)
Completed in 55 milliseconds