OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tools_clang_scripts_directory
(Results
1 - 2
of
2
) sorted by null
/external/v8/tools/clang/scripts/
test_tool.py
52
tools_clang_scripts_directory
= os.path.dirname(os.path.realpath(__file__))
53
tools_clang_directory = os.path.dirname(
tools_clang_scripts_directory
)
88
os.path.join(
tools_clang_scripts_directory
, 'run_tool.py'),
/external/v8/tools/clang/translation_unit/
test_translation_unit.py
35
tools_clang_scripts_directory
= os.path.join(tools_clang_directory, 'scripts')
49
os.path.join(
tools_clang_scripts_directory
, 'run_tool.py'),
Completed in 79 milliseconds