Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/typ/typ/
Drunner.py32 path_to_file = os.path.realpath(__file__) variable
33 if path_to_file.endswith('.pyc'): # pragma: no cover
34 path_to_file = path_to_file[:-1] variable
35 dir_above_typ = os.path.dirname(os.path.dirname(path_to_file))
276 ret = h.call_inline([h.python_interpreter, path_to_file] + argv)
937 sys.modules['__main__'].__file__ = path_to_file