Searched refs:_find_parent (Results 1 – 4 of 4) sorted by relevance
/tools/asuite/aidegen/lib/ |
D | native_util_unittest.py | 74 result = native_util._find_parent(abs_path, current_parent) 77 result = native_util._find_parent(abs_path, current_parent) 81 result = native_util._find_parent(abs_path, current_parent) 85 result = native_util._find_parent(abs_path, current_parent)
|
D | native_util.py | 70 def _find_parent(abs_path, current_parent): function 87 return _find_parent( 131 parent_folder = _find_parent(abs_path, parent_folder)
|
/tools/asuite/atest/test_finders/ |
D | module_finder_unittest.py | 472 def test_find_test_by_path_part_2(self, _find_parent, _is_vts, _get_build): argument
|
/tools/tradefederation/core/atest/test_finders/ |
D | module_finder_unittest.py | 469 def test_find_test_by_path_part_2(self, _find_parent, _is_vts, _get_build): argument
|