Searched refs:target_dir (Results 1 – 2 of 2) sorted by relevance
/test/vts-testcase/vndk/dependency/ |
D | vts_vndk_dependency_test.py | 91 self.target_dir = os.path.dirname(target_path) 100 path = path.replace("${ORIGIN}", self.target_dir) 101 path = path.replace("$ORIGIN", self.target_dir) 205 def _IterateFiles(target_dir): argument 214 for root_dir, dir_names, file_names in os.walk(target_dir): 218 def _LoadElfObjects(self, target_dir, abi_list, elf_error_handler): argument 232 for target_path in self._IterateFiles(target_dir): 287 namespace[obj.target_dir][obj.name] = obj 394 obj.target_dir in vndk_sp_ext_dirs) 448 for target_dir in self._VENDOR_DIRS: [all …]
|
/test/vts-testcase/vndk/abi/ |
D | vts_vndk_abi_test.py | 53 def _PullOrCreateDir(self, target_dir, host_dir): argument 60 if not self._dut.IsDirectory(target_dir): 61 logging.info("%s doesn't exist. Create %s.", target_dir, host_dir) 67 logging.info("adb pull %s %s", target_dir, host_dir) 68 self._dut.AdbPull(target_dir, host_dir) 346 for target_dir, host_dir in zip(target_dirs, host_dirs): 347 self._PullOrCreateDir(target_dir, host_dir)
|