OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prepended_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/telemetry/
PRESUBMIT.py
32
def RunWithPrependedPath(
prepended_path
, fn, *args):
36
sys.path =
prepended_path
+ old_path
/external/chromium-trace/trace-viewer/
PRESUBMIT.py
64
def RunWithPrependedPath(
prepended_path
, fn, *args):
69
sys.path =
prepended_path
+ old_path
Completed in 479 milliseconds