OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 47 milliseconds