Home
last modified time | relevance | path

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

/frameworks/av/tools/
Dmainline_hook_partial.sh84 beginswith() { case $2 in "$1"*) true;; *) false;; esac; } function
92 if beginswith "#" "${p1}" ; then
127 elif beginswith ${aprefix} ${path} ; then