Home
last modified time | relevance | path

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

/test/vts-testcase/vndk/abi/
Dvts_vndk_abi_test.py260 rel_path = os.path.relpath(lib_path, self._temp_dir)
277 logging.exception("%s: Cannot diff ABI", rel_path)
282 rel_path, "\n".join(missing_symbols))
286 rel_path,
289 error_list.append(rel_path)
291 logging.info("%s: Pass", rel_path)
DVtsVndkAbiTest.py272 rel_path = os.path.relpath(lib_path, self._temp_dir)
289 logging.exception("%s: Cannot diff ABI", rel_path)
294 rel_path, "\n".join(missing_symbols))
298 rel_path,
301 error_list.append(rel_path)
303 logging.info("%s: Pass", rel_path)
/test/vts-testcase/kernel/gki/
Dgeneric_boot_image_test.cpp93 auto rel_path = p.path().lexically_relative(extracted_ramdisk_path); in TEST_F() local
94 actual_files.insert(rel_path.string()); in TEST_F()
/test/vts-testcase/vndk/dependency/
DVtsVndkDependencyTest.py229 rel_path = os.path.relpath(full_path, host_dir)
231 target_dir, *rel_path.split(os.path.sep))
Dvts_vndk_dependency_test.py241 rel_path = os.path.relpath(full_path, host_dir)
243 target_dir, *rel_path.split(os.path.sep))