Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/tools/
H A Dmountsnoop.py354 def decode_mount_string(s): function
357 def decode_mount_string(s): function
402 source=decode_mount_string(syscall['source']),
403 target=decode_mount_string(syscall['target']),
404 type=decode_mount_string(syscall['type']),
406 data=decode_mount_string(syscall['data']),
411 target=decode_mount_string(syscall['target']),