Home
last modified time | relevance | path

Searched refs:create_binary_tree (Results 1 – 1 of 1) sorted by relevance

/developtools/hdc/test/scripts/testModule/
Dtest_hdc_file_fd.py56 def create_binary_tree(depth, path='.', size=TEST_FILE_SIZE, random=False): function
68 create_binary_tree(depth - 1, left_path, size)
69 create_binary_tree(depth - 1, right_path, size)
115 create_binary_tree(depth, get_local_path("tree_rand"), random=True)
117 create_binary_tree(depth, get_local_path("tree_zero"), random=False)
212 create_binary_tree(depth, get_local_path("tree_rand"), random=True)
214 create_binary_tree(depth, get_local_path("tree_zero"), random=False)
292 create_binary_tree(depth, get_local_path("tree"), random=True)