Lines Matching refs:path
39 …if [[ `find $sedir -name "*_contexts" -not -path "*prebuilts*" -exec grep $type '{}' \; |wc -l` -e…
52 path=`echo $path_line | sed 's/^.*:[^\/]*\([^ ]*\) .*$/\1/'`
54 path=`echo $path | sed 's/\[[^]]*\]/*/' | sed 's/+/*/'`
56 if [ -n "`$adb_cmd shell ls -lZ $path < /dev/null |& grep "No such file or directory"`" ]; then
57 echo "$path does not exist"
66 …path=`echo $file_line | sed 's/rootfs //' | sed 's/sysfs /\/sys/' | sed 's/proc /\/proc/' | sed 's…
68 if [[ $path = *" "* ]]; then
72 if [ -n "`$adb_cmd shell ls -lZ $path < /dev/null |& grep "No such file or directory"`" ]; then
73 echo "$path does not exist"
80 …name file_contexts -not -path "*prebuilts*" -exec grep "^/" '{}' \; | cut -d' ' -f1 | cut -f1 | so…
89 …path=`echo "$path" | sed 's/(\/\.\*)?$//' | sed 's/(64)?/??/' | sed 's/\(vendor|system\/vendor\)/v…
91 if [ -n "`$adb_cmd shell ls -lZ "$path" < /dev/null |& grep "No such file or directory"`" ]; then
92 echo "$path does not exist"
100 find $sedir -name "*.te" -not -path "*prebuilts*" | while read -r file; do
113 find $sedir -name file_contexts -not -path "*prebuilts*" -exec grep -H "^[^#].*[^\\]\.[^*]" '{}' \;