Searched refs:target_path (Results 1 – 5 of 5) sorted by relevance
/test/vts-testcase/vndk/dependency/ |
D | vts_vndk_dependency_test.py | 82 def __init__(self, target_path, bitness, deps, runpaths): argument 83 self.target_path = target_path 84 self.name = target_path_module.basename(target_path) 85 self.target_dir = target_path_module.dirname(target_path) 135 def _IsElfObjectForAp(self, elf, target_path, abi_list): argument 147 logging.debug("%s does not match the ABI", target_path) 161 if self._dut.IsExecutable(target_path): 166 def _IsElfObjectBuiltForAndroid(self, elf, target_path): argument 188 if (target_path.startswith("/vendor/arib/lib/") and 189 ".so" in target_path and [all …]
|
D | VtsVndkDependencyTest.py | 86 def __init__(self, target_path, bitness, deps, runpaths): argument 87 self.target_path = target_path 88 self.name = path_utils.TargetBaseName(target_path) 89 self.target_dir = path_utils.TargetDirName(target_path) 138 def _IsElfObjectForAp(self, elf, target_path, abi_list): argument 150 logging.debug("%s does not match the ABI", target_path) 164 permissions = target_file_utils.GetPermission(target_path, 171 def _IsElfObjectBuiltForAndroid(self, elf, target_path): argument 193 if (target_path.startswith("/vendor/arib/lib/") and 194 ".so" in target_path and [all …]
|
/test/vts/drivers/hal/common/driver_base/ |
D | DriverBase.cpp | 95 string target_path(target_dll_path_); in LoadTargetComponent() local 97 size_t offset = target_path.rfind("/", target_path.length()); in LoadTargetComponent() 100 target_path.substr(offset + 1, target_path.length() - offset); in LoadTargetComponent()
|
/test/vts-testcase/vndk/abi/ |
D | vts_vndk_abi_test.py | 70 def _ToHostPath(self, target_path): argument 72 return os.path.join(self._temp_dir, *target_path.strip("/").split("/")) 295 def _GetLinkerSearchIndex(target_path): argument 299 if target_path.startswith(prefix):
|
D | VtsVndkAbiTest.py | 76 def _ToHostPath(self, target_path): argument 78 return os.path.join(self._temp_dir, *target_path.strip("/").split("/")) 307 def _GetLinkerSearchIndex(target_path): argument 311 if target_path.startswith(prefix):
|