Home
last modified time | relevance | path

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

/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Dredundantosrelease22 read_array=()
24 IFS=$'\n' read -r -d '' -a read_array < <( eval "$dbus_tree_command" "$dbus_object" && printf '\0' )
/openbmc/qemu/scripts/
H A Dreplay-dump.py88 def read_array(fin): function