Searched refs:_IterPushableComponents (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils_test.py | 3916 device_utils._IterPushableComponents(layout.basic_file, device_path)) 3925 device_utils._IterPushableComponents(layout.symlink_file, 3935 device_utils._IterPushableComponents(layout.dir_without_symlinks, 3952 device_utils._IterPushableComponents(layout.dir_with_symlinks, 3962 device_utils._IterPushableComponents(layout.symlink_dir, device_path)) 3990 device_utils._IterPushableComponents(layout.root, device_path))
|
D | device_utils.py | 380 def _IterPushableComponents(host_path, device_path): function 414 _IterPushableComponents( 1920 for ph, pd, _ in _IterPushableComponents(h, d):
|