Home
last modified time | relevance | path

Searched refs:rel_path (Results 1 – 2 of 2) 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)
/test/vts-testcase/kernel/gki/
Dgeneric_boot_image_test.cpp213 auto rel_path = p.path().lexically_relative(extracted_ramdisk_path); in TEST_F() local
214 actual_files.insert(rel_path.string()); in TEST_F()