Home | History | Annotate | Download | only in bin

Lines Matching refs:Profile

40 IPROFILE=${FLIMFLAM}.Profile
43 PROFILE_PROPERTY=Profile
121 local profile
124 for profile in $(get_profiles); do
125 profile_name="$(get_property ${IPROFILE} ${profile} Name)"
127 echo "${profile}"
148 local profile="$2"
154 if [ -z "${profile}" ]; then
159 "string:${PROFILE_PROPERTY}" "variant:string:${profile}"
163 if [ "${new_profile}" != "${profile}" ]; then