OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_root
(Results
1 - 2
of
2
) sorted by null
/external/v8/test/es5conform/
testcfg.py
79
current_root
= join(self.root, 'data', 'TestCases')
83
for root, dirs, files in os.walk(
current_root
):
/external/v8/test/mozilla/
testcfg.py
99
current_root
= join(self.root, 'data', test_dir)
100
for root, dirs, files in os.walk(
current_root
):
Completed in 275 milliseconds