Home
last modified time | relevance | path

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

/development/vndk/tools/
Dsystem_image_diff.py38 def system_files(path): function
41 system_files = []
50 system_files.append(os.path.join(root[system_prefix_len:], file))
52 return system_files
119 system_files1 = system_files(args.out1)
120 system_files2 = system_files(args.out2)