OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_script_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/json_to_struct/
json_to_struct.py
55
_script_path
= os.path.realpath(__file__)
variable
57
sys.path.insert(0, os.path.normpath(
_script_path
+ "/../../json_comment_eater"))
/external/chromium/chrome/common/extensions/docs/build/
build.py
18
_script_path
= os.path.realpath(__file__)
variable
19
_build_dir = os.path.dirname(
_script_path
)
Completed in 40 milliseconds