Home
last modified time | relevance | path

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

/test/vts-testcase/vndk/dependency/
DVtsVndkDependencyTest.py86 def __init__(self, target_path, bitness, deps, runpaths): argument
138 def _IsElfObjectForAp(self, elf, target_path, abi_list): argument
171 def _IsElfObjectBuiltForAndroid(self, elf, target_path): argument
Dvts_vndk_dependency_test.py87 def __init__(self, target_path, bitness, deps, runpaths, argument
142 def _IsElfObjectForAp(self, elf, target_path, abi_list): argument
173 def _IsElfObjectBuiltForAndroid(self, elf, target_path): argument
/test/vts-testcase/vndk/abi/
DVtsVndkAbiTest.py76 def _ToHostPath(self, target_path): argument
307 def _GetLinkerSearchIndex(target_path): argument
Dvts_vndk_abi_test.py70 def _ToHostPath(self, target_path): argument
295 def _GetLinkerSearchIndex(target_path): argument
/test/vts/drivers/hal/common/driver_base/
DDriverBase.cpp95 string target_path(target_dll_path_); in LoadTargetComponent() local