Home
last modified time | relevance | path

Searched refs:target_path (Results 1 – 5 of 5) sorted by relevance

/test/vts-testcase/vndk/dependency/
Dvts_vndk_dependency_test.py87 def __init__(self, target_path, bitness, deps, runpaths, argument
89 self.target_path = target_path
90 self.name = target_path_module.basename(target_path)
91 self.target_dir = target_path_module.dirname(target_path)
142 def _IsElfObjectForAp(self, elf, target_path, abi_list): argument
154 logging.debug("%s does not match the ABI", target_path)
168 if self._dut.IsExecutable(target_path):
173 def _IsElfObjectBuiltForAndroid(self, elf, target_path): argument
195 if (target_path.startswith("/vendor/arib/lib/") and
196 ".so" in target_path and
[all …]
DVtsVndkDependencyTest.py86 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/
DDriverBase.cpp95 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/
Dvts_vndk_abi_test.py70 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):
DVtsVndkAbiTest.py76 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):