HomeSort by relevance Sort by last modified time
    Searched full:_current_dir (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/build/scripts/
template_expander.py 32 _current_dir = os.path.dirname(os.path.realpath(__file__)) variable
35 sys.path.insert(1, os.path.join(_current_dir, *([os.pardir] * 4)))
41 path_to_templates = os.path.join(_current_dir, 'templates')

Completed in 144 milliseconds