Lines Matching full:target_dir
75 target_dir: String. The directory containing the ELF file on target.
83 self.target_dir = path_utils.TargetDirName(target_path)
93 for target_dir in (self._TARGET_ODM_DIR, self._TARGET_VENDOR_DIR):
94 if target_file_utils.IsDirectory(target_dir, self._dut.shell):
95 logging.info("adb pull %s %s", target_dir, self._temp_dir)
96 self._dut.adb.pull(target_dir, self._temp_dir)
98 logging.info("Skip adb pull %s", target_dir)
127 def _LoadElfObjects(self, host_dir, target_dir, abi_list,
133 target_dir: The path from which host_dir is copied.
147 target_dir, *rel_path.split(os.path.sep))
201 obj.target_dir in sp_hal_link_paths]
209 key=lambda x: sp_hal_link_paths.index(x.target_dir))
324 obj.target_dir in vendor_link_paths)
341 obj.target_dir in vndk_sp_ext_dirs)