Searched refs:target_path (Results 1 – 3 of 3) sorted by relevance
/test/vts-testcase/vndk/dependency/ |
D | VtsVndkDependencyTest.py | 83 def __init__(self, target_path, bitness, deps): argument 84 self.target_path = target_path 85 self.name = path_utils.TargetBaseName(target_path) 86 self.target_dir = path_utils.TargetDirName(target_path) 126 def _IsElfObjectForAp(self, elf, target_path, abi_list): argument 138 logging.debug("%s does not match the ABI", target_path) 152 permissions = target_file_utils.GetPermission(target_path, 159 def _IsElfObjectBuiltForAndroid(self, elf, target_path): argument 181 if (target_path.startswith("/vendor/arib/lib/") and 182 ".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 | VtsVndkAbiTest.py | 76 def _ToHostPath(self, target_path): argument 78 return os.path.join(self._temp_dir, *target_path.strip("/").split("/")) 301 def _GetLinkerSearchIndex(target_path): argument 305 if target_path.startswith(prefix):
|