Home
last modified time | relevance | path

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

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