Lines Matching refs:treenode
214 nameref treenode="${treenodename}"
215 treenode+=parseddata
218 typeset treenode.dirname="${ dirname "${treenode.filepath}" ; }"
219 typeset treenode.basename="${ basename "${treenode.filepath}" ; }"
223 typeset treenode.filetype="$(file "${treenode.filepath}")"
230 compound -a treenode.content
234 treenode.content[${cl}]=(
238 read -n1024 treenode.content[${cl}].bin
242 unset treenode.content[${cl}]
244 typeset -A treenode.hashsum=(
245 [md5]="$(sum -x md5 < "${treenode.filepath}")"
246 [sha512]="$(sum -x sha512 < "${treenode.filepath}")"
258 unset treenode.content treenode.hashsum