OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_scripts_dir
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/common/system/
logutils.py
38
_scripts_dir
= ""
variable
91
# Since we assign to
_scripts_dir
and _webkitpy_dir in this function,
93
global
_scripts_dir
98
# Lazily evaluate _webkitpy_dir and
_scripts_dir
.
99
if not
_scripts_dir
:
104
_scripts_dir
= os.path.split(_webkitpy_dir)[0]
109
path = path[len(
_scripts_dir
):]
Completed in 1034 milliseconds